summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/demo/Ice/MFC/client/stdafx.h5
-rw-r--r--cpp/demo/Ice/MFC/server/stdafx.h6
-rwxr-xr-xcpp/demo/IcePatch2/MFC/stdafx.h6
3 files changed, 9 insertions, 8 deletions
diff --git a/cpp/demo/Ice/MFC/client/stdafx.h b/cpp/demo/Ice/MFC/client/stdafx.h
index db3c3bccb10..c384cbe822f 100644
--- a/cpp/demo/Ice/MFC/client/stdafx.h
+++ b/cpp/demo/Ice/MFC/client/stdafx.h
@@ -25,8 +25,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
diff --git a/cpp/demo/Ice/MFC/server/stdafx.h b/cpp/demo/Ice/MFC/server/stdafx.h
index 477c5d717aa..c384cbe822f 100644
--- a/cpp/demo/Ice/MFC/server/stdafx.h
+++ b/cpp/demo/Ice/MFC/server/stdafx.h
@@ -25,9 +25,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
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