mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 14:20:06 -06:00
ENH: fix for building with VS 2010 make/nmake
This commit is contained in:
@@ -21,7 +21,11 @@
|
||||
|
||||
#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
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
|
||||
Reference in New Issue
Block a user