We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abb299 commit 9de2b32Copy full SHA for 9de2b32
1 file changed
common/include/vulkan_interfaces.h
@@ -29,7 +29,9 @@ using namespace vk;
29
// windows.h is included only by vulkan/vulkan.h.
30
// In the case of CTS build using inl files, vkVulkan_c.inl does not include vulkan.h directly so
31
// does not expose the windows includes necessary in VulkanDeviceContext.h for ie HMODULE.
32
+#if defined(_WIN32)
33
#include <windows.h>
34
+#endif
35
#else
36
#include "vulkan/vulkan.h"
37
#endif
0 commit comments