summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/MFC/client/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Ice/MFC/client/stdafx.h')
-rw-r--r--cpp/demo/Ice/MFC/client/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/Ice/MFC/client/stdafx.h b/cpp/demo/Ice/MFC/client/stdafx.h
index c384cbe822f..250b5c9f1be 100644
--- a/cpp/demo/Ice/MFC/client/stdafx.h
+++ b/cpp/demo/Ice/MFC/client/stdafx.h
@@ -33,6 +33,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