From 9a9de7689176de013872e5a6a5367f79202d0844 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 26 May 2012 16:38:08 +0000 Subject: Getting closer to getting magic to compile. The file renaming was necessary in order to remove a conflict between the WinSDK's locale.h and starshatter's own version. --- Magic2/StdAfx.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Magic2/StdAfx.h') diff --git a/Magic2/StdAfx.h b/Magic2/StdAfx.h index aa81375..67f99f5 100644 --- a/Magic2/StdAfx.h +++ b/Magic2/StdAfx.h @@ -11,6 +11,9 @@ #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers +#define WIN32_LEAN_AND_MEAN + +#define _WIN32_WINNT 0x0502 // XP is the lowest supported OS #include // MFC core and standard components #include // MFC extensions -- cgit v1.1