Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
890a5e3e
Commit
890a5e3e
authored
Aug 31, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Aug 31, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
parent
551d98dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nsiface.idl
dlls/mshtml/nsiface.idl
+2
-2
No files found.
dlls/mshtml/nsiface.idl
View file @
890a5e3e
...
...
@@ -49,8 +49,8 @@ typedef WORD PRUint16;
typedef
INT16
PRInt16
;
typedef
BYTE
PRUint8
;
typedef
BOOL
PRBool
;
typedef
L
ARGE_INTEGER
PRInt64
;
typedef
UL
ARGE_INTEGER
PRUint64
;
typedef
L
ONGLONG
PRInt64
;
typedef
UL
ONGLONG
PRUint64
;
typedef
PRUint64
DOMTimeStamp
;
typedef
PRUint32
nsLoadFlags
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment