Update of /cvsroot/decaldev/source/LobbyHook
In directory sc8-pr-cvs1:/tmp/cvs-serv7944/LobbyHook
Modified Files:
stdafx.h
Log Message:
Lots of warning cleanup, and add ReleaseMinDependency configuration to all projects that don't have it (or equivalent). Remove dependence on C Runtime completely.
Index: stdafx.h
===================================================================
RCS file: /cvsroot/decaldev/source/LobbyHook/stdafx.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** stdafx.h 20 May 2003 04:50:47 -0000 1.2
--- stdafx.h 23 May 2003 02:20:48 -0000 1.3
***************
*** 8,11 ****
--- 8,12 ----
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+ #define _WIN32_WINDOWS 0x0410
// Windows Header Files:
#include <windows.h>
|