Module: wine Branch: master Commit: 2df674307316e90868e1cf2451a6827d2d5d84d6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2df674307316e90868e1cf2451...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Aug 31 12:25:09 2010 +0200
uxtheme: Use int64 in the spec file for 64-bit integers.
---
dlls/uxtheme/uxtheme.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/uxtheme/uxtheme.spec b/dlls/uxtheme/uxtheme.spec index 2646a15..f44aa6e 100644 --- a/dlls/uxtheme/uxtheme.spec +++ b/dlls/uxtheme/uxtheme.spec @@ -86,7 +86,7 @@ @ stdcall GetThemeTextExtent(ptr ptr long long wstr long long ptr ptr) @ stdcall GetThemeTextMetrics(ptr ptr long long ptr) @ stdcall GetWindowTheme(ptr) -@ stdcall HitTestThemeBackground(ptr long long long long ptr long double ptr) +@ stdcall HitTestThemeBackground(ptr long long long long ptr long int64 ptr) @ stdcall IsAppThemed() @ stdcall IsThemeActive() @ stdcall IsThemeBackgroundPartiallyTransparent(ptr long long)