From ebde184b4c268a73a89b0593bd94b9637896f42c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Fri, 11 Nov 2011 19:13:26 +0100 Subject: [PATCH] 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 d3686362d0..aa61da4bd9 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 47ba26fdda..c008ea76a4 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) -- 2.32.0.93.g670b81a890