WINVER 0X401 modified
git-svn-id: svn://10.0.0.236/trunk@40877 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7aad01ef45
commit
19103ad21b
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user