[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:
Amine Khaldi 2014-06-26 18:27:43 +00:00
parent d11edd7453
commit 9685ee29f2

View file

@ -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,