[cmake-commits] hoffman committed StdAfx.h 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 17 15:20:57 EDT 2007


Update of /cvsroot/CMake/CMake/Source/MFCDialog
In directory public:/mounts/ram/cvs-serv14521/Source/MFCDialog

Modified Files:
	StdAfx.h 
Log Message:
ENH: add support for vs 2008 beta 2


Index: StdAfx.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/MFCDialog/StdAfx.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- StdAfx.h	29 Apr 2004 17:13:44 -0000	1.4
+++ StdAfx.h	17 Sep 2007 19:20:55 -0000	1.5
@@ -21,7 +21,8 @@
 
 #if !defined(AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_)
 #define AFX_STDAFX_H__AC17A6F8_4634_11D4_8F21_00A0CC33FCD3__INCLUDED_
-#define  WINVER  0x0400
+#define _WIN32_WINNT 0x0400
+#define _WIN32_IE 0x0400
 
 #if _MSC_VER > 1000
 #pragma once



More information about the Cmake-commits mailing list