Commit d3b90f6a authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Correct BYTE typedef.

parent 1b9d48a7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment