• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2019-2023 The Khronos Group Inc.
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 
5 // "windows.h" for non-Windows compilation environment
6 typedef int DWORD;
7 typedef int HANDLE;
8 typedef int HINSTANCE;
9 typedef int HMONITOR;
10 typedef int HWND;
11 typedef int LPCWSTR;
12 typedef int SECURITY_ATTRIBUTES;
13 
14