summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePatch2/MFC/stdafx.h
diff options
context:
space:
mode:
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