Added some stubs, some ptr->str conversions.

This commit is contained in:
Marcus Meissner 1998-12-01 09:34:05 +00:00 committed by Alexandre Julliard
parent 581a8edd74
commit 1ffd5009fa
3 changed files with 9 additions and 2 deletions

View File

@ -985,3 +985,6 @@ type win32
980 stub RtlGuidToPropertySetName
981 stub RtlClosePropertySet
982 stub RtlCreatePropertySet
983 stub _wtoi
984 stub _wtol
985 stub RtlSetPropertySetClassId

View File

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

View File

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