mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Add LONGLONG
This commit is contained in:
parent
2c8dc6ac31
commit
90770727c0
@ -20,11 +20,13 @@
|
||||
#ifndef WINDOWS_H
|
||||
#define WINDOWS_H
|
||||
|
||||
// http://msdn.microsoft.com/en-us/library/cc230309.aspx
|
||||
typedef bool BOOL;
|
||||
typedef long DWORD;
|
||||
typedef long LONG;
|
||||
typedef long UINT;
|
||||
typedef unsigned long ULONG;
|
||||
typedef signed __int64 LONGLONG;
|
||||
typedef long HRESULT;
|
||||
typedef int CRITICAL_SECTION;
|
||||
typedef int HANDLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user