diff --git a/src/data/version/mozc_version_template.bzl b/src/data/version/mozc_version_template.bzl index 982a4d5..42ccac8 100644 --- a/src/data/version/mozc_version_template.bzl +++ b/src/data/version/mozc_version_template.bzl @@ -30,7 +30,7 @@ MAJOR=2 MINOR=23 -BUILD=2812 +BUILD=2813 REVISION=102 # This version represents the version of Mozc IME engine (converter, predictor, # etc.). This version info is included both in the Mozc server and in the Mozc diff --git a/src/gui/base/win_util.cc b/src/gui/base/win_util.cc index 1a26030..58a812d 100644 --- a/src/gui/base/win_util.cc +++ b/src/gui/base/win_util.cc @@ -30,7 +30,6 @@ #include "gui/base/win_util.h" #ifdef OS_WIN -#define NTDDI_VERSION NTDDI_WIN7 // for JumpList. #include #include #include diff --git a/src/gyp/common_win.gypi b/src/gyp/common_win.gypi index 5166b08..2c9a504 100644 --- a/src/gyp/common_win.gypi +++ b/src/gyp/common_win.gypi @@ -285,8 +285,6 @@ 'PSAPI_VERSION=2', 'UNICODE', 'WIN32', - 'WIN32_IE=0x0800', - 'WINVER=0x0601', 'WIN32_LEAN_AND_MEAN', '_ATL_ALL_WARNINGS', '_ATL_ALLOW_CHAR_UNSIGNED', @@ -297,7 +295,6 @@ '_STL_MSVC', '_UNICODE', '_WIN32', - '_WIN32_WINDOWS=0x0601', '_WIN32_WINNT=0x0601', '_WINDOWS', ],