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, 0 insertions, 13 deletions
diff --git a/codegen/vulkan/tests/windows.h b/codegen/vulkan/tests/windows.h
deleted file mode 100644
index 8e9e4846..00000000
--- a/codegen/vulkan/tests/windows.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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;
-