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/demo/Ice/MFC/server/stdafx.h | |
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/demo/Ice/MFC/server/stdafx.h')
-rw-r--r-- | cpp/demo/Ice/MFC/server/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |