[MSPORTS]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 25 Dec 2013 21:02:45 +0000 (21:02 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 25 Dec 2013 21:02:45 +0000 (21:02 +0000)
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61417

reactos/dll/win32/msports/classinst.c
reactos/dll/win32/msports/comdb.c
reactos/dll/win32/msports/msports.c
reactos/dll/win32/msports/parallel.c
reactos/dll/win32/msports/precomp.h
reactos/dll/win32/msports/serial.c

index 17dd70d..f433b79 100644 (file)
@@ -8,9 +8,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
-
-
 typedef enum _PORT_TYPE
 {
     UnknownPort,
index 20a6a80..e519455 100644 (file)
@@ -8,8 +8,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
-
 #define BITS_PER_BYTE 8
 #define BITMAP_SIZE_INCREMENT 0x400
 #define BITMAP_SIZE_INVALID_BITS 0x3FF
index 1260e0c..6198869 100644 (file)
@@ -8,8 +8,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
-
 HINSTANCE hInstance;
 
 BOOL
index 45b6bbc..4764a8c 100644 (file)
@@ -8,9 +8,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
-
-
 static
 BOOL
 OnInitDialog(HWND hwnd,
index fff221b..891f14c 100644 (file)
@@ -8,7 +8,9 @@
 #include <cmtypes.h>
 #include <msports.h>
 #include <setupapi.h>
+
 #include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(msports);
 
 #include "internal.h"
 #include "resource.h"
index 68792a1..b4d3d6c 100644 (file)
@@ -8,9 +8,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(msports);
-
-
 static
 BOOL
 OnInitDialog(HWND hwnd,