Commit ba929411 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed some issues found by winapi_check.

parent 2e8fa343
...@@ -85,9 +85,9 @@ type win32 ...@@ -85,9 +85,9 @@ type win32
82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith 82 stdcall MonikerCommonPrefixWith(ptr ptr ptr) MonikerCommonPrefixWith
83 stub MonikerRelativePathTo 83 stub MonikerRelativePathTo
84 stdcall OleBuildVersion() OleBuildVersion 84 stdcall OleBuildVersion() OleBuildVersion
85 stub OleConvertIStorageToOLESTREAM 85 stdcall OleConvertIStorageToOLESTREAM(ptr ptr) OleConvertIStorageToOLESTREAM
86 stub OleConvertIStorageToOLESTREAMEx 86 stub OleConvertIStorageToOLESTREAMEx
87 stub OleConvertOLESTREAMToIStorage 87 stdcall OleConvertOLESTREAMToIStorage(ptr ptr ptr) OleConvertOLESTREAMToIStorage
88 stub OleConvertOLESTREAMToIStorageEx 88 stub OleConvertOLESTREAMToIStorageEx
89 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate 89 stdcall OleCreate(ptr ptr long ptr ptr ptr ptr) OleCreate
90 stdcall OleCreateDefaultHandler(ptr ptr ptr ptr) OleCreateDefaultHandler 90 stdcall OleCreateDefaultHandler(ptr ptr ptr ptr) OleCreateDefaultHandler
......
...@@ -209,8 +209,8 @@ type win32 ...@@ -209,8 +209,8 @@ type win32
@ stub PathGetDriveNumberW #(str) PathGetDriveNumber @ stub PathGetDriveNumberW #(str) PathGetDriveNumber
@ stub PathIsContentTypeA @ stub PathIsContentTypeA
@ stub PathIsContentTypeW @ stub PathIsContentTypeW
@ stub PathIsDirectoryA @ stdcall PathIsDirectoryA(str) PathIsDirectoryA
@ stub PathIsDirectoryW @ stdcall PathIsDirectoryW(wstr) PathIsDirectoryW
@ stub PathIsFileSpecA @ stub PathIsFileSpecA
@ stub PathIsFileSpecW @ stub PathIsFileSpecW
@ stub PathIsPrefixA @ stub PathIsPrefixA
......
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