Francois Gouget : winex11.drv: Fix the SysCommand() and ImeGetRegisterWordStyle() prototypes.

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:07:16 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul 26 19:12:46 2008 +0200

winex11.drv: Fix the SysCommand() and ImeGetRegisterWordStyle() prototypes.

---

 dlls/winex11.drv/winex11.drv.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winex11.drv/winex11.drv.spec b/dlls/winex11.drv/winex11.drv.spec
index 459ea9e..5dbe40f 100644
--- a/dlls/winex11.drv/winex11.drv.spec
+++ b/dlls/winex11.drv/winex11.drv.spec
@@ -111,7 +111,7 @@
 @ cdecl SetWindowRgn(long long long) X11DRV_SetWindowRgn
 @ cdecl SetWindowStyle(ptr long) X11DRV_SetWindowStyle
 @ cdecl SetWindowText(long wstr) X11DRV_SetWindowText
-@ cdecl SysCommand(long long) X11DRV_SysCommand
+@ cdecl SysCommand(long long long) X11DRV_SysCommand
 @ cdecl WindowMessage(long long long long) X11DRV_WindowMessage
 @ cdecl WindowPosChanging(long long long ptr ptr ptr) X11DRV_WindowPosChanging
 @ cdecl WindowPosChanged(long long long ptr ptr ptr ptr) X11DRV_WindowPosChanged
@@ -163,5 +163,5 @@
 @ stdcall ImeSetCompositionString(long long ptr long ptr long)
 @ stdcall ImeConversionList(long wstr ptr long long)
 @ stdcall ImeProcessKey(long long long ptr)
-@ stdcall ImeGetRegisterWordStyle(wstr long wstr)
+@ stdcall ImeGetRegisterWordStyle(long ptr)
 @ stdcall ImeGetImeMenuItems(long long long ptr ptr long)




More information about the wine-cvs mailing list