Module: wine Branch: master Commit: ebde184b4c268a73a89b0593bd94b9637896f42c URL: http://source.winehq.org/git/wine.git/?a=commit;h=ebde184b4c268a73a89b0593bd...
Author: André Hentschel nerv@dawncrow.de Date: Fri Nov 11 19:13:26 2011 +0100
unicows: Add GetRoleTextW from oleacc.
---
dlls/unicows/Makefile.in | 2 +- dlls/unicows/unicows.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/unicows/Makefile.in b/dlls/unicows/Makefile.in index d368636..aa61da4 100644 --- a/dlls/unicows/Makefile.in +++ b/dlls/unicows/Makefile.in @@ -1,6 +1,6 @@ MODULE = unicows.dll IMPORTLIB = unicows IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \ - rasapi32 secur32 sensapi version user32 mpr gdi32 advapi32 + rasapi32 secur32 sensapi version oleacc user32 mpr gdi32 advapi32
@MAKE_DLL_RULES@ diff --git a/dlls/unicows/unicows.spec b/dlls/unicows/unicows.spec index 47ba26f..c008ea7 100644 --- a/dlls/unicows/unicows.spec +++ b/dlls/unicows/unicows.spec @@ -227,7 +227,7 @@ @ stdcall GetProfileStringW(wstr wstr wstr ptr long) @ stdcall GetPropA(long str) @ stdcall GetPropW(long wstr) -@ stub GetRoleTextW +@ stdcall GetRoleTextW(long ptr long) @ stdcall GetSaveFileNamePreviewW(ptr) @ stdcall GetSaveFileNameW(ptr) @ stdcall GetShortPathNameW(wstr ptr long)