mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[XINPUT1_3]
* Mark as hotpatchable. CORE-7959 svn path=/trunk/; revision=62434
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user