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.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/msvc/locate_windows_sdk/locate_sdk.hpp b/msvc/locate_windows_sdk/locate_sdk.hpp
index 6446aa4..49e0dd4 100644
--- a/msvc/locate_windows_sdk/locate_sdk.hpp
+++ b/msvc/locate_windows_sdk/locate_sdk.hpp
@@ -10,8 +10,13 @@ struct Find_Result {
wchar_t *windows_sdk_um_library_path = NULL;
wchar_t *windows_sdk_ucrt_library_path = NULL;
+ wchar_t *windows_include_root = NULL;
+ wchar_t *windows_include_um_path = NULL;
+ wchar_t *windows_include_ucrt_path = NULL;
+
wchar_t *vs_exe_path = NULL;
wchar_t *vs_library_path = NULL;
+ wchar_t *vs_include_path = NULL;
};
enum SdkArch