windows.h

This commit is contained in:
David Rose 2006-02-08 06:58:32 +00:00
parent 120e6ae0a7
commit 0b86e30da5

View File

@ -26,6 +26,11 @@
typedef bool BOOL;
typedef long DWORD;
typedef int CRITICAL_SECTION;
typedef int HANDLE;
typedef void *LPVOID;
#define WINAPI
union LARGE_INTEGER {
__int64 QuadPart;