summaryrefslogtreecommitdiff
path: root/codegen/vulkan/tests/windows.h
blob: 8e9e4846d02eb2998b60a1e71ef6c1e5af55a595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;