summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePatch2/MFC/stdafx.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2008-03-26 11:02:20 -0230
committerDwayne Boone <dwayne@zeroc.com>2008-03-26 11:02:20 -0230
commitb1999c507d2ccaacd8efe673886a493f14997602 (patch)
treef1b55348925fddb2cb97aba59b8eb86c5321e5d6 /cpp/demo/IcePatch2/MFC/stdafx.h
parentRemove debug print (diff)
downloadice-b1999c507d2ccaacd8efe673886a493f14997602.tar.bz2
ice-b1999c507d2ccaacd8efe673886a493f14997602.tar.xz
ice-b1999c507d2ccaacd8efe673886a493f14997602.zip
Bug 2910 - MFC demo build failure on Vista x64
certs directory setting incorrect in MFC hello demo
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/stdafx.h')
-rwxr-xr-xcpp/demo/IcePatch2/MFC/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/IcePatch2/MFC/stdafx.h b/cpp/demo/IcePatch2/MFC/stdafx.h
index b8b8030a6ec..4265425b2f9 100755
--- a/cpp/demo/IcePatch2/MFC/stdafx.h
+++ b/cpp/demo/IcePatch2/MFC/stdafx.h
@@ -32,6 +32,10 @@
# endif
#endif
+#ifndef WINVER
+#define WINVER 0x0400
+#endif
+
#ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
#define _WIN32_IE 0x0400 // Change this to the appropriate value to target IE 5.0 or later.
#endif