mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-25 19:55:54 +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 char CHAR;
|
||||||
typedef UBYTE BYTE;
|
typedef UBYTE BYTE;
|
||||||
typedef unsigned short WORD;
|
typedef unsigned short WORD;
|
||||||
typedef unsigned long int DWORD;
|
typedef unsigned int DWORD;
|
||||||
typedef signed long int LONG;
|
typedef signed int LONG;
|
||||||
typedef void *LPVOID;
|
typedef void *LPVOID;
|
||||||
typedef char *LPSTR;
|
typedef char *LPSTR;
|
||||||
typedef signed long int WPARAM;
|
typedef signed long int WPARAM;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user