comctl32: Fix Str_SetPtr[AW] spec file entries.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2020-01-08 21:21:42 +01:00 committed by Alexandre Julliard
parent dc968dae42
commit 570ad8e787
1 changed files with 2 additions and 2 deletions

View File

@ -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)