aboutsummaryrefslogtreecommitdiff
path: root/msvc/locate_windows_sdk/locate_sdk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'msvc/locate_windows_sdk/locate_sdk.hpp')
-rw-r--r--msvc/locate_windows_sdk/locate_sdk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/locate_windows_sdk/locate_sdk.hpp b/msvc/locate_windows_sdk/locate_sdk.hpp
index 49e0dd4..4c70902 100644
--- a/msvc/locate_windows_sdk/locate_sdk.hpp
+++ b/msvc/locate_windows_sdk/locate_sdk.hpp
@@ -13,6 +13,7 @@ struct Find_Result {
wchar_t *windows_include_root = NULL;
wchar_t *windows_include_um_path = NULL;
wchar_t *windows_include_ucrt_path = NULL;
+ wchar_t *windows_include_shared_path = NULL;
wchar_t *vs_exe_path = NULL;
wchar_t *vs_library_path = NULL;