From 1f05c7a7c83b1aaa7f84ae082795552143c78ed8 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 6 Oct 2003 12:36:57 +0000 Subject: files for windows --- wcon_imports.s | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 wcon_imports.s (limited to 'wcon_imports.s') 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 -- cgit v1.2.3