10 lines
212 B
C
10 lines
212 B
C
|
// "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;
|
||
|
|