Commit 4ade3b8b authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

GetPropA/W have string args.

parent 6c9d83aa
......@@ -285,8 +285,8 @@ import gdi32.dll
278 stdcall GetParent(long) GetParent
279 stdcall GetPriorityClipboardFormat(ptr long) GetPriorityClipboardFormat
280 stdcall GetProcessWindowStation() GetProcessWindowStation
281 stdcall GetPropA(long ptr) GetPropA
282 stdcall GetPropW(long ptr) GetPropW
281 stdcall GetPropA(long str) GetPropA
282 stdcall GetPropW(long wstr) GetPropW
283 stdcall GetQueueStatus(long) GetQueueStatus
284 stdcall GetScrollInfo(long long ptr) GetScrollInfo
285 stdcall GetScrollPos(long long) GetScrollPos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment