From: Serge Gautherie Date: Mon, 20 Dec 2016 09:47:00 +0100 Subject: [IEXPLORE] reactos/CMakeLists.txt: Update _WIN32_IE to 0x603 (IE60SP2) from 0x600. reactos/.../wordpad/CMakeLists.txt: Stay in sync'. 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) diff --git a/reactos/base/applications/wordpad/CMakeLists.txt b/reactos/base/applications/wordpad/CMakeLists.txt index 652ca7c..1b51527 100644 --- a/reactos/base/applications/wordpad/CMakeLists.txt +++ b/reactos/base/applications/wordpad/CMakeLists.txt @@ -1,5 +1,5 @@ -remove_definitions(-D_WIN32_IE=0x600) +remove_definitions(-D_WIN32_IE=0x603) add_definitions(-D__ROS_LONG64__) include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine)