Module: wine Branch: master Commit: 5802a27dfe4dba141f1532a4bf02c6af8c984e41 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5802a27dfe4dba141f1532a4b...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Nov 9 09:51:11 2021 +0100
winexinput.sys: Use +xinput channel.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winexinput.sys/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winexinput.sys/main.c b/dlls/winexinput.sys/main.c index abc61e8754f..339db17817c 100644 --- a/dlls/winexinput.sys/main.c +++ b/dlls/winexinput.sys/main.c @@ -37,7 +37,7 @@ #include "wine/asm.h" #include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(winexinput); +WINE_DEFAULT_DEBUG_CHANNEL(xinput);
#ifdef __ASM_USE_FASTCALL_WRAPPER extern void *WINAPI wrap_fastcall_func1(void *func, const void *a);