kernel32: Add DECLSPEC_HOTPATCH to FindClose().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=28140 Signed-off-by: Paul Gofman <gofmanp@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1879a17ec4
commit
d62187105e
|
@ -2236,7 +2236,7 @@ BOOL WINAPI FindNextFileW( HANDLE handle, WIN32_FIND_DATAW *data )
|
|||
/*************************************************************************
|
||||
* FindClose (KERNEL32.@)
|
||||
*/
|
||||
BOOL WINAPI FindClose( HANDLE handle )
|
||||
BOOL WINAPI DECLSPEC_HOTPATCH FindClose( HANDLE handle )
|
||||
{
|
||||
FIND_FIRST_INFO *info = handle;
|
||||
|
||||
|
|
Loading…
Reference in New Issue