Module: wine Branch: master Commit: 2d100f4e988342aee82b745672230a0998557669 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2d100f4e988342aee82b745672...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jan 23 18:43:39 2013 +0100
mshtml: Get rid of PRUint8 type.
---
dlls/mshtml/nsiface.idl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl index 8a359d9..b6692fb 100644 --- a/dlls/mshtml/nsiface.idl +++ b/dlls/mshtml/nsiface.idl @@ -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