Commit 2d100f4e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Get rid of PRUint8 type.

parent 9bd6b9e5
......@@ -45,7 +45,6 @@ typedef nsIIDRef nsCIDRef;
typedef WCHAR PRUnichar;
typedef ULONG PRUint32;
typedef WORD PRUint16;
typedef BYTE PRUint8;
typedef ULONGLONG PRUint64;
/*
......@@ -57,7 +56,7 @@ typedef ULONGLONG PRUint64;
#define int32_t LONG
#define int64_t INT64
#define uint8_t PRUint8
#define uint8_t UINT8
#define uint16_t PRUint16
#define uint32_t PRUint32
#define uint64_t PRUint64
......
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