mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[KERNEL32]
* Apply Wine commit bdc0099e (kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer.) by Austin English. CORE-7959 svn path=/trunk/; revision=63645
This commit is contained in:
@@ -198,7 +198,9 @@ FlushFileBuffers(IN HANDLE hFile)
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
DWORD WINAPI
|
||||
DWORD
|
||||
WINAPI
|
||||
DECLSPEC_HOTPATCH
|
||||
SetFilePointer(HANDLE hFile,
|
||||
LONG lDistanceToMove,
|
||||
PLONG lpDistanceToMoveHigh,
|
||||
|
||||
Reference in New Issue
Block a user