[Cmake-commits] [cmake-commits] hoffman committed StdAfx.h 1.5 1.6
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed May 27 11:10:51 EDT 2009
Update of /cvsroot/CMake/CMake/Source/MFCDialog
In directory public:/mounts/ram/cvs-serv1052
Modified Files:
StdAfx.h
Log Message:
ENH: fix for building with VS 2010 make/nmake
Index: StdAfx.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/MFCDialog/StdAfx.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** StdAfx.h 17 Sep 2007 19:20:55 -0000 1.5
--- StdAfx.h 27 May 2009 15:10:43 -0000 1.6
***************
*** 22,26 ****
--- 22,30 ----
#if !defined(AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_)
#define AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_
+ #if _MSC_VER < 1600
#define _WIN32_WINNT 0x0400
+ #else
+ #define _WIN32_WINNT 0x0500
+ #endif
#define _WIN32_IE 0x0400
More information about the Cmake-commits
mailing list