Commit d6218710 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

kernel32: Add DECLSPEC_HOTPATCH to FindClose().

parent 1879a17e
...@@ -2236,7 +2236,7 @@ BOOL WINAPI FindNextFileW( HANDLE handle, WIN32_FIND_DATAW *data ) ...@@ -2236,7 +2236,7 @@ BOOL WINAPI FindNextFileW( HANDLE handle, WIN32_FIND_DATAW *data )
/************************************************************************* /*************************************************************************
* FindClose (KERNEL32.@) * FindClose (KERNEL32.@)
*/ */
BOOL WINAPI FindClose( HANDLE handle ) BOOL WINAPI DECLSPEC_HOTPATCH FindClose( HANDLE handle )
{ {
FIND_FIRST_INFO *info = handle; FIND_FIRST_INFO *info = handle;
......
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