unicows: Add GetRoleTextW from oleacc.

This commit is contained in:
André Hentschel 2011-11-11 19:13:26 +01:00 committed by Alexandre Julliard
parent a41cbc1423
commit ebde184b4c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MODULE = unicows.dll MODULE = unicows.dll
IMPORTLIB = unicows IMPORTLIB = unicows
IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \ 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@ @MAKE_DLL_RULES@

View File

@ -227,7 +227,7 @@
@ stdcall GetProfileStringW(wstr wstr wstr ptr long) @ stdcall GetProfileStringW(wstr wstr wstr ptr long)
@ stdcall GetPropA(long str) @ stdcall GetPropA(long str)
@ stdcall GetPropW(long wstr) @ stdcall GetPropW(long wstr)
@ stub GetRoleTextW @ stdcall GetRoleTextW(long ptr long)
@ stdcall GetSaveFileNamePreviewW(ptr) @ stdcall GetSaveFileNamePreviewW(ptr)
@ stdcall GetSaveFileNameW(ptr) @ stdcall GetSaveFileNameW(ptr)
@ stdcall GetShortPathNameW(wstr ptr long) @ stdcall GetShortPathNameW(wstr ptr long)