diff --git a/Telegram/gyp/telegram_win.gypi b/Telegram/gyp/telegram_win.gypi index 3009a840aa..23ffd54008 100644 --- a/Telegram/gyp/telegram_win.gypi +++ b/Telegram/gyp/telegram_win.gypi @@ -21,7 +21,7 @@ 'conditions': [[ 'build_win', { 'msvs_precompiled_source': '<(src_loc)/stdafx.cpp', 'msvs_precompiled_header': '<(src_loc)/stdafx.h', - 'msbuild_toolset': 'v140_xp', #Windows7.1SDK + 'msbuild_toolset': 'v140', 'sources': [ '<(res_loc)/winrc/Telegram.rc', ],