summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePatch2/MFC/stdafx.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2014-08-14 20:45:20 -0400
committerBernard Normier <bernard@zeroc.com>2014-08-14 20:45:20 -0400
commitaa90e05c6ffcfd193503df9a41ac245cc2728d1f (patch)
tree20a5c543ac20993cf2490a761d13a543200b2a6f /cpp/demo/IcePatch2/MFC/stdafx.h
parentFixed .depend.mak (diff)
downloadice-aa90e05c6ffcfd193503df9a41ac245cc2728d1f.tar.bz2
ice-aa90e05c6ffcfd193503df9a41ac245cc2728d1f.tar.xz
ice-aa90e05c6ffcfd193503df9a41ac245cc2728d1f.zip
Fixed ICE-5621: set _WIN32_WINNT when building
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/stdafx.h')
-rw-r--r--cpp/demo/IcePatch2/MFC/stdafx.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpp/demo/IcePatch2/MFC/stdafx.h b/cpp/demo/IcePatch2/MFC/stdafx.h
index f21aeee55fb..9be529000e6 100644
--- a/cpp/demo/IcePatch2/MFC/stdafx.h
+++ b/cpp/demo/IcePatch2/MFC/stdafx.h
@@ -17,18 +17,6 @@
# define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#endif
-#ifndef _WIN32_WINNT
-# define _WIN32_WINNT 0x0501
-#endif
-
-#ifndef WINVER
-# define WINVER 0x0501
-#endif
-
-#ifndef _WIN32_IE // Allow use of features specific to IE 5.0 or later.
-# define _WIN32_IE 0x0500
-#endif
-
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
// turns off MFC's hiding of some common and often safely ignored warning messages