mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[MAPI32]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62905
This commit is contained in:
parent
1fbe72faae
commit
55dc9ac8c0
2 changed files with 5 additions and 5 deletions
|
@ -62,12 +62,12 @@
|
|||
80 stdcall LPropCompareProp@8(ptr ptr) LPropCompareProp
|
||||
81 stub HrAddColumns@16
|
||||
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
|
||||
123 stdcall -ret64 FtSubFt@16(double double) MAPI32_FtSubFt
|
||||
124 stdcall -ret64 FtMulDw@12(long double) MAPI32_FtMulDw
|
||||
123 stdcall -ret64 FtSubFt@16(int64 int64) MAPI32_FtSubFt
|
||||
124 stdcall -ret64 FtMulDw@12(long int64) MAPI32_FtMulDw
|
||||
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
|
||||
128 stdcall UlAddRef@4(ptr) UlAddRef
|
||||
129 stdcall UlRelease@4(ptr) UlRelease
|
||||
|
|
|
@ -97,7 +97,7 @@ reactos/dll/win32/loadperf # Synced to Wine-1.7.1
|
|||
reactos/dll/win32/localspl # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/localui # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/lz32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mapi32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mapi32 # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/mciavi32 # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mcicda # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/mciqtz32 # Synced to Wine-1.7.1
|
||||
|
|
Loading…
Reference in a new issue