Alexandre Julliard : mapi32: Use int64 in the spec file for 64-bit integers .

Alexandre Julliard julliard at winehq.org
Tue Aug 31 11:15:57 CDT 2010


Module: wine
Branch: master
Commit: 73cf53843312aaac9b695bcb20e743de29783111
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=73cf53843312aaac9b695bcb20e743de29783111

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Aug 31 12:22:33 2010 +0200

mapi32: Use int64 in the spec file for 64-bit integers.

---

 dlls/mapi32/mapi32.spec     |    8 ++++----
 dlls/mapistub/mapistub.spec |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/mapi32/mapi32.spec b/dlls/mapi32/mapi32.spec
index 8037c9b..ae85b4a 100644
--- a/dlls/mapi32/mapi32.spec
+++ b/dlls/mapi32/mapi32.spec
@@ -62,12 +62,12 @@
  80 stdcall LPropCompareProp at 8(ptr ptr) LPropCompareProp
  81 stub HrAddColumns at 16
  82 stub HrAddColumnsEx at 20
-121 stdcall -ret64 FtAddFt at 16(double double) MAPI32_FtAddFt
+121 stdcall -ret64 FtAddFt at 16(int64 int64) MAPI32_FtAddFt
 122 stub FtAdcFt at 20
-123 stdcall -ret64 FtSubFt at 16(double double) MAPI32_FtSubFt
-124 stdcall -ret64 FtMulDw at 12(long double) MAPI32_FtMulDw
+123 stdcall -ret64 FtSubFt at 16(int64 int64) MAPI32_FtSubFt
+124 stdcall -ret64 FtMulDw at 12(long int64) MAPI32_FtMulDw
 125 stdcall -ret64 FtMulDwDw at 8(long long) MAPI32_FtMulDwDw
-126 stdcall -ret64 FtNegFt at 8(double) MAPI32_FtNegFt
+126 stdcall -ret64 FtNegFt at 8(int64) MAPI32_FtNegFt
 127 stub FtDivFtBogus at 20
 128 stdcall UlAddRef at 4(ptr) UlAddRef
 129 stdcall UlRelease at 4(ptr) UlRelease
diff --git a/dlls/mapistub/mapistub.spec b/dlls/mapistub/mapistub.spec
index 389c6a3..15cd25d 100644
--- a/dlls/mapistub/mapistub.spec
+++ b/dlls/mapistub/mapistub.spec
@@ -62,12 +62,12 @@
  80 stdcall LPropCompareProp at 8(ptr ptr) mapi32.LPropCompareProp
  81 stub HrAddColumns at 16
  82 stub HrAddColumnsEx at 20
-121 stdcall -ret64 FtAddFt at 16(double double) mapi32.MAPI32_FtAddFt
+121 stdcall -ret64 FtAddFt at 16(int64 int64) mapi32.MAPI32_FtAddFt
 122 stub FtAdcFt at 20
-123 stdcall -ret64 FtSubFt at 16(double double) mapi32.MAPI32_FtSubFt
-124 stdcall -ret64 FtMulDw at 12(long double) mapi32.MAPI32_FtMulDw
+123 stdcall -ret64 FtSubFt at 16(int64 int64) mapi32.MAPI32_FtSubFt
+124 stdcall -ret64 FtMulDw at 12(long int64) mapi32.MAPI32_FtMulDw
 125 stdcall -ret64 FtMulDwDw at 8(long long) mapi32.MAPI32_FtMulDwDw
-126 stdcall -ret64 FtNegFt at 8(double) mapi32.MAPI32_FtNegFt
+126 stdcall -ret64 FtNegFt at 8(int64) mapi32.MAPI32_FtNegFt
 127 stub FtDivFtBogus at 20
 128 stdcall UlAddRef at 4(ptr) mapi32.UlAddRef
 129 stdcall UlRelease at 4(ptr) mapi32.UlRelease




More information about the wine-cvs mailing list