summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePatch2/MFC/stdafx.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-03-14 10:47:33 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-03-14 10:47:33 +0800
commit07c96a277d7799f472d346d01cb549103ecec696 (patch)
tree652a247c62f8f90c9778f9209044bb72c8700bee /cpp/demo/IcePatch2/MFC/stdafx.h
parentVC90 third party90 third party90 third party90 third party90 third party90 th... (diff)
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2785 (diff)
downloadice-07c96a277d7799f472d346d01cb549103ecec696.tar.bz2
ice-07c96a277d7799f472d346d01cb549103ecec696.tar.xz
ice-07c96a277d7799f472d346d01cb549103ecec696.zip
Merge branch 'bug2785'
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/stdafx.h')
-rwxr-xr-xcpp/demo/IcePatch2/MFC/stdafx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/IcePatch2/MFC/stdafx.h b/cpp/demo/IcePatch2/MFC/stdafx.h
index a371ed6fde2..b8b8030a6ec 100755
--- a/cpp/demo/IcePatch2/MFC/stdafx.h
+++ b/cpp/demo/IcePatch2/MFC/stdafx.h
@@ -24,9 +24,9 @@
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#endif
-// Change this to the appropriate value to target Windows 98 and Windows 2000 or
- later if not using VC6.
-#ifndef _WIN3_WINNT
+// Change this to the appropriate value to target Windows 98 and
+// Windows 2000 or later if not using VC6.
+#ifndef _WIN32_WINNT
# if defined(_MSC_VER) && _MSC_VER < 1500
# define _WIN32_WINNT 0x0400
# endif