diff options
Diffstat (limited to 'cpp/demo/Ice/MFC/client/stdafx.h')
-rw-r--r-- | cpp/demo/Ice/MFC/client/stdafx.h | 5 |
1 files changed, 3 insertions, 2 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 |