From: Serge Gautherie Date: Mon, 21 Dec 2016 03:32:00 +0100 Subject: [IEXPLORE] reactos/CMakeLists.txt: Update _WIN32_IE to 0x603 (IE60SP2) from 0x600. reactos/.../wordpad/CMakeLists.txt: Stay in sync'. rostests/winetests/.../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) diff --git a/rostests/winetests/comctl32/CMakeLists.txt b/rostests/winetests/comctl32/CMakeLists.txt index 2920bf5..2e184ae 100644 --- a/rostests/winetests/comctl32/CMakeLists.txt +++ b/rostests/winetests/comctl32/CMakeLists.txt @@ -1,5 +1,5 @@ -remove_definitions(-D_WIN32_WINNT=0x502 -D_WIN32_IE=0x600) +remove_definitions(-D_WIN32_WINNT=0x502 -D_WIN32_IE=0x603) add_definitions(-DUSE_WINE_TODOS) diff --git a/rostests/winetests/gdi32/CMakeLists.txt b/rostests/winetests/gdi32/CMakeLists.txt index 6de9f0a..4943886 100644 --- a/rostests/winetests/gdi32/CMakeLists.txt +++ b/rostests/winetests/gdi32/CMakeLists.txt @@ -1,5 +1,5 @@ -remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502) list(APPEND SOURCE bitmap.c diff --git a/rostests/winetests/kernel32/CMakeLists.txt b/rostests/winetests/kernel32/CMakeLists.txt index 85d4beb..0e891c3 100644 --- a/rostests/winetests/kernel32/CMakeLists.txt +++ b/rostests/winetests/kernel32/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) -remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502) list(APPEND SOURCE actctx.c diff --git a/rostests/winetests/ntdll/CMakeLists.txt b/rostests/winetests/ntdll/CMakeLists.txt index e1b3b99..c1f481f 100644 --- a/rostests/winetests/ntdll/CMakeLists.txt +++ b/rostests/winetests/ntdll/CMakeLists.txt @@ -1,6 +1,6 @@ include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) -remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502) add_definitions(-D__WINESRC__) list(APPEND SOURCE diff --git a/rostests/winetests/rpcrt4/CMakeLists.txt b/rostests/winetests/rpcrt4/CMakeLists.txt index f07d205..ab4e6d3 100644 --- a/rostests/winetests/rpcrt4/CMakeLists.txt +++ b/rostests/winetests/rpcrt4/CMakeLists.txt @@ -1,5 +1,5 @@ -remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502) add_definitions(-DUSE_WINE_TODOS) include_directories(${CMAKE_CURRENT_BINARY_DIR}) diff --git a/rostests/winetests/shell32/CMakeLists.txt b/rostests/winetests/shell32/CMakeLists.txt index 525bd5f..4a10a5f 100644 --- a/rostests/winetests/shell32/CMakeLists.txt +++ b/rostests/winetests/shell32/CMakeLists.txt @@ -1,5 +1,5 @@ -remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502) +remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x603 -D_WIN32_WINNT=0x502) list(APPEND SOURCE appbar.c