| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 3d2d05d24ace22cbf8b08a2f351db745f852902b..45aa7cf16f78d08575abc2ac6b78a36ae52af609 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1500,7 +1500,7 @@
|
| 'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")',
|
| 'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")',
|
|
|
| - 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/8.1',
|
| + 'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10',
|
| 'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files',
|
|
|
| # Whether we are using the rlz library or not. Platforms like Android send
|
| @@ -5604,9 +5604,9 @@
|
| }],
|
| ],
|
| 'msvs_system_include_dirs': [
|
| - '<(windows_sdk_path)/Include/shared',
|
| - '<(windows_sdk_path)/Include/um',
|
| - '<(windows_sdk_path)/Include/winrt',
|
| + '<(windows_sdk_path)/Include/10.0.10240.0/shared',
|
| + '<(windows_sdk_path)/Include/10.0.10240.0/um',
|
| + '<(windows_sdk_path)/Include/10.0.10240.0/winrt',
|
| '$(VSInstallDir)/VC/atlmfc/include',
|
| ],
|
| 'msvs_cygwin_shell': 0,
|
|
|