#pragma comment is win32 only

This commit is contained in:
Glenn Maynard
2003-06-30 04:53:45 +00:00
parent 1fa94d40db
commit 7c46a3aa61
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -53,14 +53,16 @@
ArchHooks *HOOKS = NULL;
#ifdef WIN32
#ifdef DEBUG
#pragma comment(lib, "SDL-1.2.5/lib/SDLmaind.lib")
#else
#pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib")
#endif
#ifdef WIN32
HWND g_hWndMain = NULL;
#endif
static bool g_bHasFocus = true;