Fix for 64bits build

This commit is contained in:
ptitSeb 2016-04-07 09:09:51 +02:00
parent 239b9c7992
commit 3ec4d484e2

View File

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