mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[XINPUT1_3]
* Mark as hotpatchable. CORE-7959 svn path=/trunk/; revision=62434
This commit is contained in:
parent
eb5a260b2e
commit
ce66ff5056
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue