Commit 1ffd5009 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added some stubs, some ptr->str conversions.

parent 581a8edd
......@@ -985,3 +985,6 @@ type win32
980 stub RtlGuidToPropertySetName
981 stub RtlClosePropertySet
982 stub RtlCreatePropertySet
983 stub _wtoi
984 stub _wtol
985 stub RtlSetPropertySetClassId
......@@ -163,3 +163,7 @@ type win32
160 stub WriteFmtUserTypeStg
161 stub WriteOleStg
162 stub WriteStringStream
163 stub CoInitializeEx
164 stub CoInitializeSecurity
165 stub CoCreateInstanceEx
166 stub PropVariantClear
......@@ -438,8 +438,8 @@ init MAIN_UserInit
434 stdcall RegisterLogonProcess(long long) RegisterLogonProcess
435 stub RegisterSystemThread
436 stdcall RegisterTasklist (long) RegisterTaskList32
437 stdcall RegisterWindowMessageA(ptr) RegisterWindowMessage32A
438 stdcall RegisterWindowMessageW(ptr) RegisterWindowMessage32W
437 stdcall RegisterWindowMessageA(str) RegisterWindowMessage32A
438 stdcall RegisterWindowMessageW(wstr) RegisterWindowMessage32W
439 stdcall ReleaseCapture() ReleaseCapture
440 stdcall ReleaseDC(long long) ReleaseDC32
441 stdcall RemoveMenu(long long long) RemoveMenu32
......
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