From: Etaash Mathamsetty etaash.mathamsetty@gmail.com
--- dlls/xinput1_3/main.c | 5 +++++ dlls/xinput1_3/xinput1_3.spec | 1 + 2 files changed, 6 insertions(+)
diff --git a/dlls/xinput1_3/main.c b/dlls/xinput1_3/main.c index dcdc17598d0..2071c814ec4 100644 --- a/dlls/xinput1_3/main.c +++ b/dlls/xinput1_3/main.c @@ -1173,3 +1173,8 @@ DWORD WINAPI DECLSPEC_HOTPATCH XInputInit(void)
return ERROR_SUCCESS; } + +void WINAPI DECLSPEC_HOTPATCH XInputDestroy(void) +{ + FIXME("stub!\n"); +} diff --git a/dlls/xinput1_3/xinput1_3.spec b/dlls/xinput1_3/xinput1_3.spec index 300702db7f1..1240070ea13 100644 --- a/dlls/xinput1_3/xinput1_3.spec +++ b/dlls/xinput1_3/xinput1_3.spec @@ -9,3 +9,4 @@ 100 stdcall XInputGetStateEx(long ptr) @ stdcall XInputInit() @ stdcall XInputSetStateEx(long ptr) +@ stdcall XInputDestroy()