mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.

This commit is contained in:
Jacek Caban 2010-08-31 13:22:35 +02:00 committed by Alexandre Julliard
parent 551d98dd20
commit 890a5e3e19

View file

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