diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-03-26 11:02:20 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-03-26 11:02:20 -0230 |
commit | b1999c507d2ccaacd8efe673886a493f14997602 (patch) | |
tree | f1b55348925fddb2cb97aba59b8eb86c5321e5d6 /cpp/demo/IcePatch2/MFC/stdafx.h | |
parent | Remove debug print (diff) | |
download | ice-b1999c507d2ccaacd8efe673886a493f14997602.tar.bz2 ice-b1999c507d2ccaacd8efe673886a493f14997602.tar.xz ice-b1999c507d2ccaacd8efe673886a493f14997602.zip |
Bug 2910 - MFC demo build failure on Vista x64
certs directory setting incorrect in MFC hello demo
Diffstat (limited to 'cpp/demo/IcePatch2/MFC/stdafx.h')
-rwxr-xr-x | cpp/demo/IcePatch2/MFC/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/demo/IcePatch2/MFC/stdafx.h b/cpp/demo/IcePatch2/MFC/stdafx.h index b8b8030a6ec..4265425b2f9 100755 --- a/cpp/demo/IcePatch2/MFC/stdafx.h +++ b/cpp/demo/IcePatch2/MFC/stdafx.h @@ -32,6 +32,10 @@ # endif #endif +#ifndef WINVER +#define WINVER 0x0400 +#endif + #ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later. #define _WIN32_IE 0x0400 // Change this to the appropriate value to target IE 5.0 or later. #endif |