diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-03-14 10:34:08 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-03-14 10:34:08 +0800 |
commit | 6cf65c0e8347bdcca53535cd4f31a41212540c84 (patch) | |
tree | b90daef453e6e5ce4502e65ff286e27c88ca2ffa /cpp/demo/IcePatch2/MFC/stdafx.h | |
parent | fixed version number for icestorm, and related problem with fixVersion.py. (diff) | |
download | ice-6cf65c0e8347bdcca53535cd4f31a41212540c84.tar.bz2 ice-6cf65c0e8347bdcca53535cd4f31a41212540c84.tar.xz ice-6cf65c0e8347bdcca53535cd4f31a41212540c84.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2785
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/stdafx.h')
-rwxr-xr-x | cpp/demo/IcePatch2/MFC/stdafx.h | 6 |
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 |