diff options
author | John van Groningen | 2003-10-06 12:36:57 +0000 |
---|---|---|
committer | John van Groningen | 2003-10-06 12:36:57 +0000 |
commit | 1f05c7a7c83b1aaa7f84ae082795552143c78ed8 (patch) | |
tree | 17dcbab7f5f857a7a2cfc9b78839bc0c1da4ded0 /wcon_imports.s | |
parent | makefiles for windows (diff) |
files for windows
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 |