Andrew Talbot : dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

Alexandre Julliard julliard at winehq.org
Mon Nov 14 13:33:57 CST 2011


Module: wine
Branch: master
Commit: bf3d67c46031119f7fe8e68e2f541b2c843b6a0f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bf3d67c46031119f7fe8e68e2f541b2c843b6a0f

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Nov 12 22:49:26 2011 +0000

dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

---

 dlls/dinput/joystick_osx.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dinput/joystick_osx.c b/dlls/dinput/joystick_osx.c
index cbd005c..40268ad 100644
--- a/dlls/dinput/joystick_osx.c
+++ b/dlls/dinput/joystick_osx.c
@@ -79,10 +79,10 @@
 #include "device_private.h"
 #include "joystick_private.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(dinput);
-
 #ifdef HAVE_IOHIDMANAGERCREATE
 
+WINE_DEFAULT_DEBUG_CHANNEL(dinput);
+
 static IOHIDManagerRef gIOHIDManagerRef = NULL;
 static CFArrayRef gCollections = NULL;
 




More information about the wine-cvs mailing list