mshtml: Get rid of PRUint8 type.

This commit is contained in:
Jacek Caban 2013-01-23 18:43:39 +01:00 committed by Alexandre Julliard
parent 9bd6b9e537
commit 2d100f4e98
1 changed files with 1 additions and 2 deletions

View File

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