File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
#endif /* HAVE_SYS_STAT_H */
22
22
23
23
#ifdef MS_WINDOWS
24
- #include <consoleapi .h>
24
+ #include <Windows .h>
25
25
#endif
26
26
27
27
/* Various interned strings */
Original file line number Diff line number Diff line change 77
77
-->
78
78
<_RegistryVersion >$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion >
79
79
<_RegistryVersion Condition =" $(_RegistryVersion) == ''" >$(Registry:HKEY_LOCAL_MACHINE\WOW6432Node\SOFTWARE\Microsoft\Microsoft SDKs\Windows\v10.0@ProductVersion)</_RegistryVersion >
80
- <DefaultWindowsSDKVersion >10.0.16299.0</DefaultWindowsSDKVersion >
80
+ <DefaultWindowsSDKVersion >10.0.17134.0</DefaultWindowsSDKVersion >
81
+ <DefaultWindowsSDKVersion Condition =" $(_RegistryVersion) == '10.0.16299'" >10.0.16299.0</DefaultWindowsSDKVersion >
81
82
<DefaultWindowsSDKVersion Condition =" $(_RegistryVersion) == '10.0.15063'" >10.0.15063.0</DefaultWindowsSDKVersion >
82
83
<DefaultWindowsSDKVersion Condition =" $(_RegistryVersion) == '10.0.14393'" >10.0.14393.0</DefaultWindowsSDKVersion >
83
84
<DefaultWindowsSDKVersion Condition =" $(_RegistryVersion) == '10.0.10586'" >10.0.10586.0</DefaultWindowsSDKVersion >
You can’t perform that action at this time.
0 commit comments