Commit 890a5e3e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.

parent 551d98dd
......@@ -49,8 +49,8 @@ typedef WORD PRUint16;
typedef INT16 PRInt16;
typedef BYTE PRUint8;
typedef BOOL PRBool;
typedef LARGE_INTEGER PRInt64;
typedef ULARGE_INTEGER PRUint64;
typedef LONGLONG PRInt64;
typedef ULONGLONG PRUint64;
typedef PRUint64 DOMTimeStamp;
typedef PRUint32 nsLoadFlags;
......
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