include: Correct BYTE typedef.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1b9d48a7b0
commit
d3b90f6ad1
|
@ -33,7 +33,7 @@ interface IWinTypes
|
|||
/******************** BASIC WIN32 TYPES ********************/
|
||||
cpp_quote("#if 0 /* winnt.h */") /* don't redefine these */
|
||||
|
||||
typedef unsigned char BYTE;
|
||||
typedef byte BYTE;
|
||||
typedef unsigned short WORD;
|
||||
typedef unsigned long DWORD;
|
||||
typedef long BOOL;
|
||||
|
|
Loading…
Reference in New Issue