Commit bf3d67c4 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

parent 9192a201
...@@ -79,10 +79,10 @@ ...@@ -79,10 +79,10 @@
#include "device_private.h" #include "device_private.h"
#include "joystick_private.h" #include "joystick_private.h"
WINE_DEFAULT_DEBUG_CHANNEL(dinput);
#ifdef HAVE_IOHIDMANAGERCREATE #ifdef HAVE_IOHIDMANAGERCREATE
WINE_DEFAULT_DEBUG_CHANNEL(dinput);
static IOHIDManagerRef gIOHIDManagerRef = NULL; static IOHIDManagerRef gIOHIDManagerRef = NULL;
static CFArrayRef gCollections = NULL; static CFArrayRef gCollections = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment