winemac.drv: Fix specfile entry for ImeGetRegisterWordStyle.

Sebastian Lackner sebastian at fds-team.de
Fri Nov 27 23:05:20 CST 2015


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

The function has the prototype:
UINT WINAPI ImeGetRegisterWordStyle(UINT, LPSTYLEBUFW);

 dlls/winemac.drv/winemac.drv.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winemac.drv/winemac.drv.spec b/dlls/winemac.drv/winemac.drv.spec
index a97177d..aed05d9 100644
--- a/dlls/winemac.drv/winemac.drv.spec
+++ b/dlls/winemac.drv/winemac.drv.spec
@@ -60,7 +60,7 @@
 @ stdcall ImeEnumRegisterWord(ptr wstr long wstr ptr)
 @ stdcall ImeEscape(long long ptr)
 @ stdcall ImeGetImeMenuItems(long long long ptr ptr long)
-@ stdcall ImeGetRegisterWordStyle(wstr long wstr)
+@ stdcall ImeGetRegisterWordStyle(long ptr)
 @ stdcall ImeInquire(ptr wstr wstr)
 @ stdcall ImeProcessKey(long long long ptr)
 @ stdcall ImeRegisterWord(wstr long wstr)
-- 
2.6.2



More information about the wine-patches mailing list