[XINPUT1_3]

* Mark as hotpatchable.
CORE-7959

svn path=/trunk/; revision=62434
This commit is contained in:
Amine Khaldi 2014-03-05 14:31:26 +00:00
parent eb5a260b2e
commit ce66ff5056
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ list(APPEND SOURCE
${CMAKE_CURRENT_BINARY_DIR}/xinput1_3.def)
add_library(xinput1_3 SHARED ${SOURCE} version.rc)
set_module_type(xinput1_3 win32dll)
set_module_type(xinput1_3 win32dll HOTPATCHABLE)
target_link_libraries(xinput1_3 wine)
add_importlibs(xinput1_3 msvcrt kernel32 ntdll)
add_cd_file(TARGET xinput1_3 DESTINATION reactos/system32 FOR all)

View file

@ -65,7 +65,7 @@ DWORD WINAPI XInputSetState(DWORD dwUserIndex, XINPUT_VIBRATION* pVibration)
return ERROR_BAD_ARGUMENTS;
}
DWORD WINAPI XInputGetState(DWORD dwUserIndex, XINPUT_STATE* pState)
DWORD WINAPI DECLSPEC_HOTPATCH XInputGetState(DWORD dwUserIndex, XINPUT_STATE* pState)
{
static int warn_once;