From: Serge Gautherie Date: Mon, 20 Sep 2016 06:22:00 +0100 Subject: [IEXPLORE] reactos/CMakeLists.txt: Update _WIN32_IE to 0x603 (IE60SP2) from 0x600. CORE-12593 diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index ac1831b..a4428ef 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -180,7 +180,7 @@ else() # Version Options add_definitions(-DWINVER=0x502 - -D_WIN32_IE=0x600 + -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502 -D_WIN32_WINDOWS=0x502 -D_SETUPAPI_VER=0x502)