Commit 0b45fc47 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Move some file name functions to kernelbase.

parent ccf4ca82
...@@ -280,13 +280,13 @@ ...@@ -280,13 +280,13 @@
@ stdcall -import CreateEventW(ptr long long wstr) @ stdcall -import CreateEventW(ptr long long wstr)
@ stdcall -import CreateFiber(long ptr ptr) @ stdcall -import CreateFiber(long ptr ptr)
@ stdcall -import CreateFiberEx(long long long ptr ptr) @ stdcall -import CreateFiberEx(long long long ptr ptr)
@ stdcall CreateFile2(wstr long long long ptr) @ stdcall -import CreateFile2(wstr long long long ptr)
@ stdcall CreateFileA(str long long ptr long long long) @ stdcall -import CreateFileA(str long long ptr long long long)
@ stdcall CreateFileMappingA(long ptr long long long str) @ stdcall CreateFileMappingA(long ptr long long long str)
# @ stub CreateFileMappingNumaA # @ stub CreateFileMappingNumaA
# @ stub CreateFileMappingNumaW # @ stub CreateFileMappingNumaW
@ stdcall -import CreateFileMappingW(long ptr long long long wstr) @ stdcall -import CreateFileMappingW(long ptr long long long wstr)
@ stdcall CreateFileW(wstr long long ptr long long long) @ stdcall -import CreateFileW(wstr long long ptr long long long)
@ stdcall CreateHardLinkA(str str ptr) @ stdcall 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)
...@@ -361,10 +361,10 @@ ...@@ -361,10 +361,10 @@
# @ stub DeleteBoundaryDescriptor # @ stub DeleteBoundaryDescriptor
@ stdcall DeleteCriticalSection(ptr) ntdll.RtlDeleteCriticalSection @ stdcall DeleteCriticalSection(ptr) ntdll.RtlDeleteCriticalSection
@ stdcall -import DeleteFiber(ptr) @ stdcall -import DeleteFiber(ptr)
@ stdcall DeleteFileA(str) @ stdcall -import DeleteFileA(str)
# @ stub DeleteFileTransactedA # @ stub DeleteFileTransactedA
# @ stub DeleteFileTransactedW # @ stub DeleteFileTransactedW
@ stdcall DeleteFileW(wstr) @ stdcall -import DeleteFileW(wstr)
@ stdcall -import DeleteProcThreadAttributeList(ptr) @ stdcall -import DeleteProcThreadAttributeList(ptr)
# @ stub DisableThreadProfiling # @ stub DisableThreadProfiling
@ stdcall DisassociateCurrentThreadFromCallback(ptr) ntdll.TpDisassociateCallback @ stdcall DisassociateCurrentThreadFromCallback(ptr) ntdll.TpDisassociateCallback
...@@ -570,10 +570,10 @@ ...@@ -570,10 +570,10 @@
@ stdcall GetCommTimeouts(long ptr) @ stdcall GetCommTimeouts(long ptr)
@ stdcall GetCommandLineA() @ stdcall GetCommandLineA()
@ stdcall GetCommandLineW() @ stdcall GetCommandLineW()
@ stdcall GetCompressedFileSizeA(long ptr) @ stdcall -import GetCompressedFileSizeA(long ptr)
# @ stub GetCompressedFileSizeTransactedA # @ stub GetCompressedFileSizeTransactedA
# @ stub GetCompressedFileSizeTransactedW # @ stub GetCompressedFileSizeTransactedW
@ stdcall GetCompressedFileSizeW(long ptr) @ stdcall -import GetCompressedFileSizeW(long ptr)
@ stdcall GetComputerNameA(ptr ptr) @ stdcall GetComputerNameA(ptr ptr)
@ stdcall GetComputerNameExA(long ptr ptr) @ stdcall GetComputerNameExA(long ptr ptr)
@ stdcall GetComputerNameExW(long ptr ptr) @ stdcall GetComputerNameExW(long ptr ptr)
...@@ -669,12 +669,12 @@ ...@@ -669,12 +669,12 @@
@ stdcall -import GetExitCodeThread(long ptr) @ stdcall -import GetExitCodeThread(long ptr)
@ stdcall GetExpandedNameA(str ptr) @ stdcall GetExpandedNameA(str ptr)
@ stdcall GetExpandedNameW(wstr ptr) @ stdcall GetExpandedNameW(wstr ptr)
@ stdcall GetFileAttributesA(str) @ stdcall -import GetFileAttributesA(str)
@ stdcall GetFileAttributesExA(str long ptr) @ stdcall -import GetFileAttributesExA(str long ptr)
@ stdcall GetFileAttributesExW(wstr long ptr) @ stdcall -import GetFileAttributesExW(wstr long ptr)
# @ stub GetFileAttributesTransactedA # @ stub GetFileAttributesTransactedA
# @ stub GetFileAttributesTransactedW # @ stub GetFileAttributesTransactedW
@ stdcall GetFileAttributesW(wstr) @ stdcall -import GetFileAttributesW(wstr)
# @ stub GetFileBandwidthReservation # @ stub GetFileBandwidthReservation
@ stdcall -import GetFileInformationByHandle(long ptr) @ stdcall -import GetFileInformationByHandle(long ptr)
@ stdcall -import GetFileInformationByHandleEx(long long ptr long) @ stdcall -import GetFileInformationByHandleEx(long long ptr long)
...@@ -1115,7 +1115,7 @@ ...@@ -1115,7 +1115,7 @@
@ stdcall -import OpenEventA(long long str) @ stdcall -import OpenEventA(long long str)
@ stdcall -import OpenEventW(long long wstr) @ stdcall -import OpenEventW(long long wstr)
@ stdcall OpenFile(str ptr long) @ stdcall OpenFile(str ptr long)
@ stdcall OpenFileById(long ptr long long ptr long) @ stdcall -import OpenFileById(long ptr long long ptr long)
@ stdcall OpenFileMappingA(long long str) @ stdcall OpenFileMappingA(long long str)
@ stdcall -import OpenFileMappingW(long long wstr) @ stdcall -import OpenFileMappingW(long long wstr)
@ stdcall OpenJobObjectA(long long str) @ stdcall OpenJobObjectA(long long str)
...@@ -1268,7 +1268,7 @@ ...@@ -1268,7 +1268,7 @@
# @ stub RemoveLocalAlternateComputerNameW # @ stub RemoveLocalAlternateComputerNameW
@ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler @ stdcall RemoveVectoredContinueHandler(ptr) ntdll.RtlRemoveVectoredContinueHandler
@ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler @ stdcall RemoveVectoredExceptionHandler(ptr) ntdll.RtlRemoveVectoredExceptionHandler
@ stdcall ReOpenFile(ptr long long long) ReOpenFile @ stdcall -import ReOpenFile(ptr long long long) ReOpenFile
@ stdcall ReplaceFile(wstr wstr wstr long ptr ptr) ReplaceFileW @ stdcall 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 ReplaceFileW(wstr wstr wstr long ptr ptr)
...@@ -1393,10 +1393,10 @@ ...@@ -1393,10 +1393,10 @@
@ stdcall SetEventWhenCallbackReturns(ptr long) ntdll.TpCallbackSetEventOnCompletion @ stdcall SetEventWhenCallbackReturns(ptr long) ntdll.TpCallbackSetEventOnCompletion
@ stdcall -import SetFileApisToANSI() @ stdcall -import SetFileApisToANSI()
@ stdcall -import SetFileApisToOEM() @ stdcall -import SetFileApisToOEM()
@ stdcall SetFileAttributesA(str long) @ stdcall -import SetFileAttributesA(str long)
# @ stub SetFileAttributesTransactedA # @ stub SetFileAttributesTransactedA
# @ stub SetFileAttributesTransactedW # @ stub SetFileAttributesTransactedW
@ stdcall SetFileAttributesW(wstr long) @ stdcall -import SetFileAttributesW(wstr long)
# @ stub SetFileBandwidthReservation # @ stub SetFileBandwidthReservation
@ stdcall SetFileCompletionNotificationModes(long long) @ stdcall SetFileCompletionNotificationModes(long long)
@ stdcall -import SetFileInformationByHandle(long long ptr long) @ stdcall -import SetFileInformationByHandle(long long ptr long)
......
...@@ -185,12 +185,12 @@ ...@@ -185,12 +185,12 @@
@ stdcall CreateEventW(ptr long long wstr) @ stdcall CreateEventW(ptr long long wstr)
@ stdcall CreateFiber(long ptr ptr) @ stdcall CreateFiber(long ptr ptr)
@ stdcall CreateFiberEx(long long long ptr ptr) @ stdcall CreateFiberEx(long long long ptr ptr)
@ stdcall CreateFile2(wstr long long long ptr) kernel32.CreateFile2 @ stdcall CreateFile2(wstr long long long ptr)
@ stdcall CreateFileA(str long long ptr long long long) kernel32.CreateFileA @ stdcall CreateFileA(str long long ptr long long long)
# @ stub CreateFileMappingFromApp # @ stub CreateFileMappingFromApp
@ stub CreateFileMappingNumaW @ stub CreateFileMappingNumaW
@ 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) kernel32.CreateFileW @ stdcall CreateFileW(wstr long long ptr long long long)
@ stdcall CreateHardLinkA(str str ptr) kernel32.CreateHardLinkA @ stdcall CreateHardLinkA(str str ptr) kernel32.CreateHardLinkA
@ stdcall CreateHardLinkW(wstr wstr ptr) kernel32.CreateHardLinkW @ stdcall CreateHardLinkW(wstr wstr ptr) kernel32.CreateHardLinkW
@ stdcall CreateIoCompletionPort(long long long long) @ stdcall CreateIoCompletionPort(long long long long)
...@@ -250,8 +250,8 @@ ...@@ -250,8 +250,8 @@
# @ stub DeleteBoundaryDescriptor # @ stub DeleteBoundaryDescriptor
@ stdcall DeleteCriticalSection(ptr) ntdll.RtlDeleteCriticalSection @ stdcall DeleteCriticalSection(ptr) ntdll.RtlDeleteCriticalSection
@ stdcall DeleteFiber(ptr) @ stdcall DeleteFiber(ptr)
@ stdcall DeleteFileA(str) kernel32.DeleteFileA @ stdcall DeleteFileA(str)
@ stdcall DeleteFileW(wstr) kernel32.DeleteFileW @ stdcall DeleteFileW(wstr)
@ stdcall DeleteProcThreadAttributeList(ptr) @ stdcall DeleteProcThreadAttributeList(ptr)
# @ stub DeleteStateAtomValue # @ stub DeleteStateAtomValue
# @ stub DeleteStateContainer # @ stub DeleteStateContainer
...@@ -435,8 +435,8 @@ ...@@ -435,8 +435,8 @@
@ stdcall GetCommTimeouts(long ptr) kernel32.GetCommTimeouts @ stdcall GetCommTimeouts(long ptr) kernel32.GetCommTimeouts
@ stdcall GetCommandLineA() kernel32.GetCommandLineA @ stdcall GetCommandLineA() kernel32.GetCommandLineA
@ stdcall GetCommandLineW() kernel32.GetCommandLineW @ stdcall GetCommandLineW() kernel32.GetCommandLineW
@ stdcall GetCompressedFileSizeA(long ptr) kernel32.GetCompressedFileSizeA @ stdcall GetCompressedFileSizeA(long ptr)
@ stdcall GetCompressedFileSizeW(long ptr) kernel32.GetCompressedFileSizeW @ stdcall GetCompressedFileSizeW(long ptr)
@ stdcall GetComputerNameExA(long ptr ptr) kernel32.GetComputerNameExA @ stdcall GetComputerNameExA(long ptr ptr) kernel32.GetComputerNameExA
@ stdcall GetComputerNameExW(long ptr ptr) kernel32.GetComputerNameExW @ stdcall GetComputerNameExW(long ptr ptr) kernel32.GetComputerNameExW
@ stdcall GetConsoleCP() kernel32.GetConsoleCP @ stdcall GetConsoleCP() kernel32.GetConsoleCP
...@@ -502,10 +502,10 @@ ...@@ -502,10 +502,10 @@
@ stdcall GetExitCodeProcess(long ptr) @ stdcall GetExitCodeProcess(long ptr)
@ stdcall GetExitCodeThread(long ptr) @ stdcall GetExitCodeThread(long ptr)
@ stub GetFallbackDisplayName @ stub GetFallbackDisplayName
@ stdcall GetFileAttributesA(str) kernel32.GetFileAttributesA @ stdcall GetFileAttributesA(str)
@ stdcall GetFileAttributesExA(str long ptr) kernel32.GetFileAttributesExA @ stdcall GetFileAttributesExA(str long ptr)
@ stdcall GetFileAttributesExW(wstr long ptr) kernel32.GetFileAttributesExW @ stdcall GetFileAttributesExW(wstr long ptr)
@ stdcall GetFileAttributesW(wstr) kernel32.GetFileAttributesW @ stdcall GetFileAttributesW(wstr)
@ stdcall GetFileInformationByHandle(long ptr) @ stdcall GetFileInformationByHandle(long ptr)
@ stdcall GetFileInformationByHandleEx(long long ptr long) @ stdcall GetFileInformationByHandleEx(long long ptr long)
@ stdcall GetFileMUIInfo(long wstr ptr ptr) kernel32.GetFileMUIInfo @ stdcall GetFileMUIInfo(long wstr ptr ptr) kernel32.GetFileMUIInfo
...@@ -983,7 +983,7 @@ ...@@ -983,7 +983,7 @@
# @ stub OfferVirtualMemory # @ stub OfferVirtualMemory
@ stdcall OpenEventA(long long str) @ stdcall OpenEventA(long long str)
@ stdcall OpenEventW(long long wstr) @ stdcall OpenEventW(long long wstr)
@ stdcall OpenFileById(long ptr long long ptr long) kernel32.OpenFileById @ stdcall OpenFileById(long ptr long long ptr long)
# @ stub OpenFileMappingFromApp # @ stub OpenFileMappingFromApp
@ stdcall OpenFileMappingW(long long wstr) @ stdcall OpenFileMappingW(long long wstr)
# @ stub OpenGlobalizationUserSettingsKey # @ stub OpenGlobalizationUserSettingsKey
...@@ -1234,7 +1234,7 @@ ...@@ -1234,7 +1234,7 @@
# @ stub QuirkIsEnabledForProcess # @ stub QuirkIsEnabledForProcess
@ stdcall RaiseException(long long long ptr) kernel32.RaiseException @ stdcall RaiseException(long long long ptr) kernel32.RaiseException
# @ stub RaiseFailFastException # @ stub RaiseFailFastException
@ stdcall ReOpenFile(ptr long long long) kernel32.ReOpenFile @ stdcall ReOpenFile(ptr long long long)
@ stdcall ReadConsoleA(long ptr long ptr ptr) kernel32.ReadConsoleA @ stdcall ReadConsoleA(long ptr long ptr ptr) kernel32.ReadConsoleA
@ stdcall ReadConsoleInputA(long ptr long ptr) kernel32.ReadConsoleInputA @ stdcall ReadConsoleInputA(long ptr long ptr) kernel32.ReadConsoleInputA
@ stub ReadConsoleInputExA @ stub ReadConsoleInputExA
...@@ -1431,8 +1431,8 @@ ...@@ -1431,8 +1431,8 @@
@ stdcall SetEventWhenCallbackReturns(ptr long) ntdll.TpCallbackSetEventOnCompletion @ stdcall SetEventWhenCallbackReturns(ptr long) ntdll.TpCallbackSetEventOnCompletion
@ stdcall SetFileApisToANSI() @ stdcall SetFileApisToANSI()
@ stdcall SetFileApisToOEM() @ stdcall SetFileApisToOEM()
@ stdcall SetFileAttributesA(str long) kernel32.SetFileAttributesA @ stdcall SetFileAttributesA(str long)
@ stdcall SetFileAttributesW(wstr long) kernel32.SetFileAttributesW @ stdcall SetFileAttributesW(wstr long)
@ stdcall SetFileInformationByHandle(long long ptr long) @ stdcall SetFileInformationByHandle(long long ptr long)
# @ stub SetFileIoOverlappedRange # @ stub SetFileIoOverlappedRange
@ stdcall SetFilePointer(long long ptr long) @ stdcall SetFilePointer(long long 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