mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Fix for 64bits build
This commit is contained in:
parent
239b9c7992
commit
3ec4d484e2
|
@ -221,8 +221,8 @@ typedef unsigned int UINT;
|
|||
typedef char CHAR;
|
||||
typedef UBYTE BYTE;
|
||||
typedef unsigned short WORD;
|
||||
typedef unsigned long int DWORD;
|
||||
typedef signed long int LONG;
|
||||
typedef unsigned int DWORD;
|
||||
typedef signed int LONG;
|
||||
typedef void *LPVOID;
|
||||
typedef char *LPSTR;
|
||||
typedef signed long int WPARAM;
|
||||
|
|
Loading…
Reference in New Issue
Block a user