Module: wine Branch: master Commit: cd3d46d178dc6e48a5814ee9885915fa00952e88 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cd3d46d178dc6e48a5814ee988...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 31 12:21:19 2010 +0200
comctl32: Use int64 in the spec file for 64-bit integers.
---
dlls/comctl32/comctl32.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/comctl32.spec b/dlls/comctl32/comctl32.spec index c2c76a3..438a4dc 100644 --- a/dlls/comctl32/comctl32.spec +++ b/dlls/comctl32/comctl32.spec @@ -15,7 +15,7 @@ 11 stdcall -noname DPA_Merge(ptr ptr long ptr ptr long) #12 stub Cctl1632_ThunkData32 13 stdcall MakeDragList(long) - 14 stdcall LBItemFromPt(long double long) + 14 stdcall LBItemFromPt(long int64 long) 15 stdcall DrawInsert(long long long) 16 stdcall CreateUpDownControl(long long long long long long long long long long long long) 17 stdcall InitCommonControls()