[KERNEL32]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Jun 2014 18:27:43 +0000 (18:27 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Jun 2014 18:27:43 +0000 (18:27 +0000)
* Apply Wine commit bdc0099e (kernel32: Add DECLSPEC_HOTPATCH to SetFilePointer.) by Austin English.
CORE-7959

svn path=/trunk/; revision=63645

reactos/dll/win32/kernel32/client/file/fileinfo.c

index 99f1f39..4974bd1 100644 (file)
@@ -198,7 +198,9 @@ FlushFileBuffers(IN HANDLE hFile)
 /*
  * @implemented
  */
 /*
  * @implemented
  */
-DWORD WINAPI
+DWORD
+WINAPI
+DECLSPEC_HOTPATCH
 SetFilePointer(HANDLE hFile,
            LONG lDistanceToMove,
            PLONG lpDistanceToMoveHigh,
 SetFilePointer(HANDLE hFile,
            LONG lDistanceToMove,
            PLONG lpDistanceToMoveHigh,