Browse Source

windows.h

David Rose 20 years ago
parent
commit
0b86e30da5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      dtool/src/parser-inc/windows.h

+ 5 - 0
dtool/src/parser-inc/windows.h

@@ -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;