summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'codegen/vulkan/tests/windows.h')
-rw-r--r--codegen/vulkan/tests/windows.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/codegen/vulkan/tests/windows.h b/codegen/vulkan/tests/windows.h
new file mode 100644
index 00000000..8e9e4846
--- /dev/null
+++ b/codegen/vulkan/tests/windows.h
@@ -0,0 +1,13 @@
+// Copyright 2019-2021 The Khronos Group Inc.
+//
+// SPDX-License-Identifier: Apache-2.0
+
+// "windows.h" for non-Windows compilation environment
+typedef int DWORD;
+typedef int HANDLE;
+typedef int HINSTANCE;
+typedef int HMONITOR;
+typedef int HWND;
+typedef int LPCWSTR;
+typedef int SECURITY_ATTRIBUTES;
+