[PATCH 1/9] comctl32: Fix Str_SetPtr[AW] spec file entries

André Hentschel nerv at dawncrow.de
Wed Jan 8 14:21:42 CST 2020


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 dlls/comctl32/comctl32.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/comctl32.spec b/dlls/comctl32/comctl32.spec
index 34d9e7650d3..e84eff4b8a5 100644
--- a/dlls/comctl32/comctl32.spec
+++ b/dlls/comctl32/comctl32.spec
@@ -35,9 +35,9 @@
 167 stdcall -noname AddMRUData(long ptr long)
 169 stdcall -noname FindMRUData(long ptr long ptr)
 233 stdcall -noname Str_GetPtrA(str str long)
-234 stdcall -noname Str_SetPtrA(str str)
+234 stdcall -noname Str_SetPtrA(ptr str)
 235 stdcall -noname Str_GetPtrW(wstr wstr long)
-236 stdcall -noname Str_SetPtrW(wstr wstr)
+236 stdcall -noname Str_SetPtrW(ptr wstr)
 320 stdcall -ordinal DSA_Create(long long)
 321 stdcall -ordinal DSA_Destroy(ptr)
 322 stdcall -ordinal DSA_GetItem(ptr long ptr)
-- 
2.17.1




More information about the wine-devel mailing list