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
73cf5384
Commit
73cf5384
authored
Aug 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapi32: Use int64 in the spec file for 64-bit integers.
parent
56bce685
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
mapi32.spec
dlls/mapi32/mapi32.spec
+4
-4
mapistub.spec
dlls/mapistub/mapistub.spec
+4
-4
No files found.
dlls/mapi32/mapi32.spec
View file @
73cf5384
...
@@ -62,12 +62,12 @@
...
@@ -62,12 +62,12 @@
80 stdcall LPropCompareProp@8(ptr ptr) LPropCompareProp
80 stdcall LPropCompareProp@8(ptr ptr) LPropCompareProp
81 stub HrAddColumns@16
81 stub HrAddColumns@16
82 stub HrAddColumnsEx@20
82 stub HrAddColumnsEx@20
121 stdcall -ret64 FtAddFt@16(
double double
) MAPI32_FtAddFt
121 stdcall -ret64 FtAddFt@16(
int64 int64
) MAPI32_FtAddFt
122 stub FtAdcFt@20
122 stub FtAdcFt@20
123 stdcall -ret64 FtSubFt@16(
double double
) MAPI32_FtSubFt
123 stdcall -ret64 FtSubFt@16(
int64 int64
) MAPI32_FtSubFt
124 stdcall -ret64 FtMulDw@12(long
double
) MAPI32_FtMulDw
124 stdcall -ret64 FtMulDw@12(long
int64
) MAPI32_FtMulDw
125 stdcall -ret64 FtMulDwDw@8(long long) MAPI32_FtMulDwDw
125 stdcall -ret64 FtMulDwDw@8(long long) MAPI32_FtMulDwDw
126 stdcall -ret64 FtNegFt@8(
double
) MAPI32_FtNegFt
126 stdcall -ret64 FtNegFt@8(
int64
) MAPI32_FtNegFt
127 stub FtDivFtBogus@20
127 stub FtDivFtBogus@20
128 stdcall UlAddRef@4(ptr) UlAddRef
128 stdcall UlAddRef@4(ptr) UlAddRef
129 stdcall UlRelease@4(ptr) UlRelease
129 stdcall UlRelease@4(ptr) UlRelease
...
...
dlls/mapistub/mapistub.spec
View file @
73cf5384
...
@@ -62,12 +62,12 @@
...
@@ -62,12 +62,12 @@
80 stdcall LPropCompareProp@8(ptr ptr) mapi32.LPropCompareProp
80 stdcall LPropCompareProp@8(ptr ptr) mapi32.LPropCompareProp
81 stub HrAddColumns@16
81 stub HrAddColumns@16
82 stub HrAddColumnsEx@20
82 stub HrAddColumnsEx@20
121 stdcall -ret64 FtAddFt@16(
double double
) mapi32.MAPI32_FtAddFt
121 stdcall -ret64 FtAddFt@16(
int64 int64
) mapi32.MAPI32_FtAddFt
122 stub FtAdcFt@20
122 stub FtAdcFt@20
123 stdcall -ret64 FtSubFt@16(
double double
) mapi32.MAPI32_FtSubFt
123 stdcall -ret64 FtSubFt@16(
int64 int64
) mapi32.MAPI32_FtSubFt
124 stdcall -ret64 FtMulDw@12(long
double
) mapi32.MAPI32_FtMulDw
124 stdcall -ret64 FtMulDw@12(long
int64
) mapi32.MAPI32_FtMulDw
125 stdcall -ret64 FtMulDwDw@8(long long) mapi32.MAPI32_FtMulDwDw
125 stdcall -ret64 FtMulDwDw@8(long long) mapi32.MAPI32_FtMulDwDw
126 stdcall -ret64 FtNegFt@8(
double
) mapi32.MAPI32_FtNegFt
126 stdcall -ret64 FtNegFt@8(
int64
) mapi32.MAPI32_FtNegFt
127 stub FtDivFtBogus@20
127 stub FtDivFtBogus@20
128 stdcall UlAddRef@4(ptr) mapi32.UlAddRef
128 stdcall UlAddRef@4(ptr) mapi32.UlAddRef
129 stdcall UlRelease@4(ptr) mapi32.UlRelease
129 stdcall UlRelease@4(ptr) mapi32.UlRelease
...
...
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