mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
windows.h
This commit is contained in:
parent
120e6ae0a7
commit
0b86e30da5
@ -26,6 +26,11 @@
|
|||||||
|
|
||||||
typedef bool BOOL;
|
typedef bool BOOL;
|
||||||
typedef long DWORD;
|
typedef long DWORD;
|
||||||
|
typedef int CRITICAL_SECTION;
|
||||||
|
typedef int HANDLE;
|
||||||
|
typedef void *LPVOID;
|
||||||
|
|
||||||
|
#define WINAPI
|
||||||
|
|
||||||
union LARGE_INTEGER {
|
union LARGE_INTEGER {
|
||||||
__int64 QuadPart;
|
__int64 QuadPart;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user