diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-03-14 10:47:33 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-03-14 10:47:33 +0800 |
commit | 07c96a277d7799f472d346d01cb549103ecec696 (patch) | |
tree | 652a247c62f8f90c9778f9209044bb72c8700bee /cpp | |
parent | VC90 third party90 third party90 third party90 third party90 third party90 th... (diff) | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2785 (diff) | |
download | ice-07c96a277d7799f472d346d01cb549103ecec696.tar.bz2 ice-07c96a277d7799f472d346d01cb549103ecec696.tar.xz ice-07c96a277d7799f472d346d01cb549103ecec696.zip |
Merge branch 'bug2785'
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/Ice/MFC/client/stdafx.h | 5 | ||||
-rw-r--r-- | cpp/demo/Ice/MFC/server/stdafx.h | 6 | ||||
-rwxr-xr-x | cpp/demo/IcePatch2/MFC/stdafx.h | 6 |
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 |