WINVER 0X401 modified

git-svn-id: svn://10.0.0.236/trunk@40877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com 1999-07-23 10:35:35 +00:00
parent 7aad01ef45
commit 19103ad21b

View File

@ -19,6 +19,11 @@
//#include <afxwin.h> // MFC core and standard components
//#include <afxext.h> // MFC extensions
// Adding WINVER = 0x401 for compiling purposes
#ifdef WINVER
#undef WINVER
#endif
#define WINVER 0x0401
#include <windows.h>
#include <string.h>