/ tests / windows.h
windows.h
1  // "windows.h" for non-Windows compilation environment
2  typedef int DWORD;
3  typedef int HANDLE;
4  typedef int HINSTANCE;
5  typedef int HMONITOR;
6  typedef int HWND;
7  typedef int LPCWSTR;
8  typedef int SECURITY_ATTRIBUTES;
9