diff options
Diffstat (limited to 'wcon_imports.s')
-rw-r--r-- | wcon_imports.s | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wcon_imports.s b/wcon_imports.s new file mode 100644 index 0000000..32d29fc --- /dev/null +++ b/wcon_imports.s @@ -0,0 +1,21 @@ + + .global _GetTickCount@0 + .global _ExitProcess@4 + .global _WriteFile@20 + .global _AllocConsole@0 + .global _GetStdHandle@4 + .global _WriteFile@20 + .global _ReadFile@20 + .global _SetConsoleTitleA@4 + .global _GetConsoleMode@8 + .global _SetConsoleMode@8 + .global _GlobalFree@4 + .global _GetLastError@0 + .global _GlobalAlloc@8 + .global _GetCommandLineA@0 + .global _CreateFileA@28 + .global _ExitProcess@4 + .global _FindFirstFileA@8 + .global _FindClose@4 + .global _CreateFileA@28 + .global _CloseHandle@4 |