Commit 1cef84a1 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

kernelbase: Add most of path API from shlwapi.

parent d4c96034
...@@ -1056,14 +1056,14 @@ ...@@ -1056,14 +1056,14 @@
@ stdcall PathCreateFromUrlA(str ptr ptr long) shlwapi.PathCreateFromUrlA @ stdcall PathCreateFromUrlA(str ptr ptr long) shlwapi.PathCreateFromUrlA
@ stdcall PathCreateFromUrlAlloc(wstr ptr long) shlwapi.PathCreateFromUrlAlloc @ stdcall PathCreateFromUrlAlloc(wstr ptr long) shlwapi.PathCreateFromUrlAlloc
@ stdcall PathCreateFromUrlW(wstr ptr ptr long) shlwapi.PathCreateFromUrlW @ stdcall PathCreateFromUrlW(wstr ptr ptr long) shlwapi.PathCreateFromUrlW
@ stdcall PathFileExistsA(str) shlwapi.PathFileExistsA @ stdcall PathFileExistsA(str)
@ stdcall PathFileExistsW(wstr) shlwapi.PathFileExistsW @ stdcall PathFileExistsW(wstr)
@ stdcall PathFindExtensionA(str) @ stdcall PathFindExtensionA(str)
@ stdcall PathFindExtensionW(wstr) @ stdcall PathFindExtensionW(wstr)
@ stdcall PathFindFileNameA(str) @ stdcall PathFindFileNameA(str)
@ stdcall PathFindFileNameW(wstr) @ stdcall PathFindFileNameW(wstr)
@ stdcall PathFindNextComponentA(str) shlwapi.PathFindNextComponentA @ stdcall PathFindNextComponentA(str)
@ stdcall PathFindNextComponentW(wstr) shlwapi.PathFindNextComponentW @ stdcall PathFindNextComponentW(wstr)
@ stdcall PathGetArgsA(str) @ stdcall PathGetArgsA(str)
@ stdcall PathGetArgsW(wstr) @ stdcall PathGetArgsW(wstr)
@ stdcall PathGetCharTypeA(long) @ stdcall PathGetCharTypeA(long)
...@@ -1080,8 +1080,8 @@ ...@@ -1080,8 +1080,8 @@
@ stdcall PathIsRelativeW(wstr) @ stdcall PathIsRelativeW(wstr)
@ stdcall PathIsRootA(str) @ stdcall PathIsRootA(str)
@ stdcall PathIsRootW(wstr) @ stdcall PathIsRootW(wstr)
@ stdcall PathIsSameRootA(str str) shlwapi.PathIsSameRootA @ stdcall PathIsSameRootA(str str)
@ stdcall PathIsSameRootW(wstr wstr) shlwapi.PathIsSameRootW @ stdcall PathIsSameRootW(wstr wstr)
@ stdcall PathIsUNCA(str) @ stdcall PathIsUNCA(str)
@ stdcall PathIsUNCEx(wstr ptr) @ stdcall PathIsUNCEx(wstr ptr)
@ stdcall PathIsUNCServerA(str) @ stdcall PathIsUNCServerA(str)
...@@ -1093,16 +1093,16 @@ ...@@ -1093,16 +1093,16 @@
@ stdcall PathIsURLW(wstr) shlwapi.PathIsURLW @ stdcall PathIsURLW(wstr) shlwapi.PathIsURLW
@ stdcall PathIsValidCharA(long long) @ stdcall PathIsValidCharA(long long)
@ stdcall PathIsValidCharW(long long) @ stdcall PathIsValidCharW(long long)
@ stdcall PathMatchSpecA(str str) shlwapi.PathMatchSpecA @ stdcall PathMatchSpecA(str str)
# @ stub PathMatchSpecExA # @ stub PathMatchSpecExA
# @ stub PathMatchSpecExW # @ stub PathMatchSpecExW
@ stdcall PathMatchSpecW(wstr wstr) shlwapi.PathMatchSpecW @ stdcall PathMatchSpecW(wstr wstr)
@ stdcall PathParseIconLocationA(str) shlwapi.PathParseIconLocationA @ stdcall PathParseIconLocationA(str) shlwapi.PathParseIconLocationA
@ stdcall PathParseIconLocationW(wstr) shlwapi.PathParseIconLocationW @ stdcall PathParseIconLocationW(wstr) shlwapi.PathParseIconLocationW
@ stdcall PathQuoteSpacesA(str) shlwapi.PathQuoteSpacesA @ stdcall PathQuoteSpacesA(str)
@ stdcall PathQuoteSpacesW(wstr) shlwapi.PathQuoteSpacesW @ stdcall PathQuoteSpacesW(wstr)
@ stdcall PathRelativePathToA(ptr str long str long) shlwapi.PathRelativePathToA @ stdcall PathRelativePathToA(ptr str long str long)
@ stdcall PathRelativePathToW(ptr wstr long wstr long) shlwapi.PathRelativePathToW @ stdcall PathRelativePathToW(ptr wstr long wstr long)
@ stdcall PathRemoveBackslashA(str) @ stdcall PathRemoveBackslashA(str)
@ stdcall PathRemoveBackslashW(wstr) @ stdcall PathRemoveBackslashW(wstr)
@ stdcall PathRemoveBlanksA(str) @ stdcall PathRemoveBlanksA(str)
...@@ -1113,13 +1113,13 @@ ...@@ -1113,13 +1113,13 @@
@ stdcall PathRemoveFileSpecW(wstr) @ stdcall PathRemoveFileSpecW(wstr)
@ stdcall PathRenameExtensionA(str str) @ stdcall PathRenameExtensionA(str str)
@ stdcall PathRenameExtensionW(wstr wstr) @ stdcall PathRenameExtensionW(wstr wstr)
@ stdcall PathSearchAndQualifyA(str ptr long) shlwapi.PathSearchAndQualifyA @ stdcall PathSearchAndQualifyA(str ptr long)
@ stdcall PathSearchAndQualifyW(wstr ptr long) shlwapi.PathSearchAndQualifyW @ stdcall PathSearchAndQualifyW(wstr ptr long)
@ stdcall PathSkipRootA(str) shlwapi.PathSkipRootA @ stdcall PathSkipRootA(str)
@ stdcall PathSkipRootW(wstr) shlwapi.PathSkipRootW @ stdcall PathSkipRootW(wstr)
@ stdcall PathStripPathA(str) shlwapi.PathStripPathA @ stdcall PathStripPathA(str)
@ stdcall PathStripPathW(wstr) shlwapi.PathStripPathW @ stdcall PathStripPathW(wstr)
@ stdcall PathStripToRootA(str) shlwapi.PathStripToRootA @ stdcall PathStripToRootA(str)
@ stdcall PathStripToRootW(wstr) @ stdcall PathStripToRootW(wstr)
@ stdcall PathUnExpandEnvStringsA(str ptr long) shlwapi.PathUnExpandEnvStringsA @ stdcall PathUnExpandEnvStringsA(str ptr long) shlwapi.PathUnExpandEnvStringsA
@ stdcall PathUnExpandEnvStringsW(wstr ptr long) shlwapi.PathUnExpandEnvStringsW @ stdcall PathUnExpandEnvStringsW(wstr ptr long) shlwapi.PathUnExpandEnvStringsW
......
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