Commit b6c94018 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Move some file functions to kernelbase.

parent e36a9c45
...@@ -258,10 +258,10 @@ ...@@ -258,10 +258,10 @@
# @ stub CopyContext # @ stub CopyContext
@ stdcall CopyFileA(str str long) @ stdcall CopyFileA(str str long)
@ stdcall CopyFileExA (str str ptr ptr ptr long) @ stdcall CopyFileExA (str str ptr ptr ptr long)
@ stdcall CopyFileExW (wstr wstr ptr ptr ptr long) @ stdcall -import CopyFileExW(wstr wstr ptr ptr ptr long)
# @ stub CopyFileTransactedA # @ stub CopyFileTransactedA
# @ stub CopyFileTransactedW # @ stub CopyFileTransactedW
@ stdcall CopyFileW(wstr wstr long) @ stdcall -import CopyFileW(wstr wstr long)
@ stdcall CopyLZFile(long long) LZCopy @ stdcall CopyLZFile(long long) LZCopy
@ stdcall CreateActCtxA(ptr) @ stdcall CreateActCtxA(ptr)
@ stdcall -import CreateActCtxW(ptr) @ stdcall -import CreateActCtxW(ptr)
...@@ -287,10 +287,10 @@ ...@@ -287,10 +287,10 @@
@ stdcall -import CreateFileMappingNumaW(long ptr long long long wstr long) @ stdcall -import CreateFileMappingNumaW(long ptr long long long wstr long)
@ stdcall -import CreateFileMappingW(long ptr long long long wstr) @ stdcall -import CreateFileMappingW(long ptr long long long wstr)
@ stdcall -import CreateFileW(wstr long long ptr long long long) @ stdcall -import CreateFileW(wstr long long ptr long long long)
@ stdcall CreateHardLinkA(str str ptr) @ stdcall -import CreateHardLinkA(str str ptr)
@ stdcall CreateHardLinkTransactedA(str str ptr ptr) @ stdcall CreateHardLinkTransactedA(str str ptr ptr)
@ stdcall CreateHardLinkTransactedW(wstr wstr ptr ptr) @ stdcall CreateHardLinkTransactedW(wstr wstr ptr ptr)
@ stdcall CreateHardLinkW(wstr wstr ptr) @ stdcall -import CreateHardLinkW(wstr wstr ptr)
@ stdcall -import CreateIoCompletionPort(long long long long) @ stdcall -import CreateIoCompletionPort(long long long long)
@ stdcall CreateJobObjectA(ptr str) @ stdcall CreateJobObjectA(ptr str)
@ stdcall CreateJobObjectW(ptr wstr) @ stdcall CreateJobObjectW(ptr wstr)
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
@ stdcall CreateSymbolicLinkA(str str long) @ stdcall CreateSymbolicLinkA(str str long)
# @ stub CreateSymbolicLinkTransactedA # @ stub CreateSymbolicLinkTransactedA
# @ stub CreateSymbolicLinkTransactedW # @ stub CreateSymbolicLinkTransactedW
@ stdcall CreateSymbolicLinkW(wstr wstr long) @ stdcall -import CreateSymbolicLinkW(wstr wstr long)
@ stdcall CreateTapePartition(long long long long) @ stdcall CreateTapePartition(long long long long)
@ stdcall -import CreateThread(ptr long ptr long long ptr) @ stdcall -import CreateThread(ptr long ptr long long ptr)
@ stdcall -import CreateThreadpool(ptr) @ stdcall -import CreateThreadpool(ptr)
...@@ -684,8 +684,8 @@ ...@@ -684,8 +684,8 @@
@ stdcall -import GetFileSizeEx(long ptr) @ stdcall -import GetFileSizeEx(long ptr)
@ stdcall -import GetFileTime(long ptr ptr ptr) @ stdcall -import GetFileTime(long ptr ptr ptr)
@ stdcall -import GetFileType(long) @ stdcall -import GetFileType(long)
@ stdcall GetFinalPathNameByHandleA(long ptr long long) @ stdcall -import GetFinalPathNameByHandleA(long ptr long long)
@ stdcall GetFinalPathNameByHandleW(long ptr long long) @ stdcall -import GetFinalPathNameByHandleW(long ptr long long)
@ stdcall GetFirmwareEnvironmentVariableA(str str ptr long) @ stdcall GetFirmwareEnvironmentVariableA(str str ptr long)
@ stdcall GetFirmwareEnvironmentVariableW(wstr wstr ptr long) @ stdcall GetFirmwareEnvironmentVariableW(wstr wstr ptr long)
@ stdcall -import GetFullPathNameA(str long ptr ptr) @ stdcall -import GetFullPathNameA(str long ptr ptr)
...@@ -1091,12 +1091,12 @@ ...@@ -1091,12 +1091,12 @@
@ stdcall Module32NextW(long ptr) @ stdcall Module32NextW(long ptr)
@ stdcall MoveFileA(str str) @ stdcall MoveFileA(str str)
@ stdcall MoveFileExA(str str long) @ stdcall MoveFileExA(str str long)
@ stdcall MoveFileExW(wstr wstr long) @ stdcall -import MoveFileExW(wstr wstr long)
@ stdcall MoveFileTransactedA(str str ptr ptr long ptr) @ stdcall MoveFileTransactedA(str str ptr ptr long ptr)
@ stdcall MoveFileTransactedW(wstr wstr ptr ptr long ptr) @ stdcall MoveFileTransactedW(wstr wstr ptr ptr long ptr)
@ stdcall MoveFileW(wstr wstr) @ stdcall MoveFileW(wstr wstr)
@ stdcall MoveFileWithProgressA(str str ptr ptr long) @ stdcall MoveFileWithProgressA(str str ptr ptr long)
@ stdcall MoveFileWithProgressW(wstr wstr ptr ptr long) @ stdcall -import MoveFileWithProgressW(wstr wstr ptr ptr long)
@ stdcall MulDiv(long long long) @ stdcall MulDiv(long long long)
@ stdcall -import MultiByteToWideChar(long long str long ptr long) @ stdcall -import MultiByteToWideChar(long long str long ptr long)
@ stdcall -import NeedCurrentDirectoryForExePathA(str) @ stdcall -import NeedCurrentDirectoryForExePathA(str)
...@@ -1273,9 +1273,9 @@ ...@@ -1273,9 +1273,9 @@
@ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler @ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler
@ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler @ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler
@ stdcall -import ReOpenFile(ptr long long long) ReOpenFile @ stdcall -import ReOpenFile(ptr long long long) ReOpenFile
@ stdcall ReplaceFile(wstr wstr wstr long ptr ptr) ReplaceFileW @ stdcall -import ReplaceFile(wstr wstr wstr long ptr ptr) ReplaceFileW
@ stdcall ReplaceFileA(str str str long ptr ptr) @ stdcall ReplaceFileA(str str str long ptr ptr)
@ stdcall ReplaceFileW(wstr wstr wstr long ptr ptr) @ stdcall -import ReplaceFileW(wstr wstr wstr long ptr ptr)
# @ stub RemoveDirectoryTransactedA # @ stub RemoveDirectoryTransactedA
# @ stub RemoveDirectoryTransactedW # @ stub RemoveDirectoryTransactedW
@ stdcall -import RemoveDllDirectory(ptr) @ stdcall -import RemoveDllDirectory(ptr)
......
...@@ -166,8 +166,8 @@ ...@@ -166,8 +166,8 @@
@ stdcall ConvertToAutoInheritPrivateObjectSecurity(ptr ptr ptr ptr long ptr) @ stdcall ConvertToAutoInheritPrivateObjectSecurity(ptr ptr ptr ptr long ptr)
# @ stub CopyContext # @ stub CopyContext
# @ stub CopyFile2 # @ stub CopyFile2
@ stdcall CopyFileExW(wstr wstr ptr ptr ptr long) kernel32.CopyFileExW @ stdcall CopyFileExW(wstr wstr ptr ptr ptr long)
@ stdcall CopyFileW(wstr wstr long) kernel32.CopyFileW @ stdcall CopyFileW(wstr wstr long)
# @ stub -arch=x86_64 CopyMemoryNonTemporal # @ stub -arch=x86_64 CopyMemoryNonTemporal
@ stdcall CopySid(long ptr ptr) @ stdcall CopySid(long ptr ptr)
# @ stub CouldMultiUserAppsBehaviorBePossibleForPackage # @ stub CouldMultiUserAppsBehaviorBePossibleForPackage
...@@ -191,8 +191,8 @@ ...@@ -191,8 +191,8 @@
@ stdcall CreateFileMappingNumaW(long ptr long long long wstr long) @ stdcall CreateFileMappingNumaW(long ptr long long long wstr long)
@ stdcall CreateFileMappingW(long ptr long long long wstr) @ stdcall CreateFileMappingW(long ptr long long long wstr)
@ stdcall CreateFileW(wstr long long ptr long long long) @ stdcall CreateFileW(wstr long long ptr long long long)
@ stdcall CreateHardLinkA(str str ptr) kernel32.CreateHardLinkA @ stdcall CreateHardLinkA(str str ptr)
@ stdcall CreateHardLinkW(wstr wstr ptr) kernel32.CreateHardLinkW @ stdcall CreateHardLinkW(wstr wstr ptr)
@ stdcall CreateIoCompletionPort(long long long long) @ stdcall CreateIoCompletionPort(long long long long)
@ stdcall CreateMemoryResourceNotification(long) @ stdcall CreateMemoryResourceNotification(long)
@ stdcall CreateMutexA(ptr long str) @ stdcall CreateMutexA(ptr long str)
...@@ -221,7 +221,7 @@ ...@@ -221,7 +221,7 @@
# @ stub CreateStateContainer # @ stub CreateStateContainer
# @ stub CreateStateLock # @ stub CreateStateLock
# @ stub CreateStateSubcontainer # @ stub CreateStateSubcontainer
@ stdcall CreateSymbolicLinkW(wstr wstr long) kernel32.CreateSymbolicLinkW @ stdcall CreateSymbolicLinkW(wstr wstr long)
@ stdcall CreateThread(ptr long ptr long long ptr) @ stdcall CreateThread(ptr long ptr long long ptr)
@ stdcall CreateThreadpool(ptr) @ stdcall CreateThreadpool(ptr)
@ stdcall CreateThreadpoolCleanupGroup() @ stdcall CreateThreadpoolCleanupGroup()
...@@ -524,8 +524,8 @@ ...@@ -524,8 +524,8 @@
@ stdcall GetFileVersionInfoSizeExW(long wstr ptr) @ stdcall GetFileVersionInfoSizeExW(long wstr ptr)
@ stdcall GetFileVersionInfoSizeW(wstr ptr) @ stdcall GetFileVersionInfoSizeW(wstr ptr)
@ stdcall GetFileVersionInfoW(wstr long long ptr) @ stdcall GetFileVersionInfoW(wstr long long ptr)
@ stdcall GetFinalPathNameByHandleA(long ptr long long) kernel32.GetFinalPathNameByHandleA @ stdcall GetFinalPathNameByHandleA(long ptr long long)
@ stdcall GetFinalPathNameByHandleW(long ptr long long) kernel32.GetFinalPathNameByHandleW @ stdcall GetFinalPathNameByHandleW(long ptr long long)
@ stdcall GetFullPathNameA(str long ptr ptr) @ stdcall GetFullPathNameA(str long ptr ptr)
@ stdcall GetFullPathNameW(wstr long ptr ptr) @ stdcall GetFullPathNameW(wstr long ptr ptr)
# @ stub GetGPOListInternalA # @ stub GetGPOListInternalA
...@@ -953,9 +953,9 @@ ...@@ -953,9 +953,9 @@
@ stdcall MapViewOfFileEx(long long long long long ptr) @ stdcall MapViewOfFileEx(long long long long long ptr)
@ stdcall MapViewOfFileExNuma(long long long long long ptr long) @ stdcall MapViewOfFileExNuma(long long long long long ptr long)
# @ stub MapViewOfFileFromApp # @ stub MapViewOfFileFromApp
@ stdcall MoveFileExW(wstr wstr long) kernel32.MoveFileExW @ stdcall MoveFileExW(wstr wstr long)
# @ stub MoveFileWithProgressTransactedW # @ stub MoveFileWithProgressTransactedW
@ stdcall MoveFileWithProgressW(wstr wstr ptr ptr long) kernel32.MoveFileWithProgressW @ stdcall MoveFileWithProgressW(wstr wstr ptr ptr long)
@ stdcall MulDiv(long long long) kernel32.MulDiv @ stdcall MulDiv(long long long) kernel32.MulDiv
@ stdcall MultiByteToWideChar(long long str long ptr long) @ stdcall MultiByteToWideChar(long long str long ptr long)
# @ stub NamedPipeEventEnum # @ stub NamedPipeEventEnum
...@@ -1339,7 +1339,7 @@ ...@@ -1339,7 +1339,7 @@
@ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler @ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler
@ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler @ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler
# @ stub ReplaceFileExInternal # @ stub ReplaceFileExInternal
@ stdcall ReplaceFileW(wstr wstr wstr long ptr ptr) kernel32.ReplaceFileW @ stdcall ReplaceFileW(wstr wstr wstr long ptr ptr)
@ stdcall ResetEvent(long) @ stdcall ResetEvent(long)
# @ stub ResetState # @ stub ResetState
@ stdcall ResetWriteWatch(ptr long) @ stdcall ResetWriteWatch(ptr long)
......
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