mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:42:57 +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:
parent
d11edd7453
commit
9685ee29f2
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ FlushFileBuffers(IN HANDLE hFile)
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
DWORD WINAPI
|
DWORD
|
||||||
|
WINAPI
|
||||||
|
DECLSPEC_HOTPATCH
|
||||||
SetFilePointer(HANDLE hFile,
|
SetFilePointer(HANDLE hFile,
|
||||||
LONG lDistanceToMove,
|
LONG lDistanceToMove,
|
||||||
PLONG lpDistanceToMoveHigh,
|
PLONG lpDistanceToMoveHigh,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue