[NETSHELL]
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Dec 2013 13:02:46 +0000 (13:02 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 26 Dec 2013 13:02:46 +0000 (13:02 +0000)
* Set the default debugging channel globally through the main header.
CORE-7716

svn path=/trunk/; revision=61425

reactos/dll/win32/netshell/classfactory.cpp
reactos/dll/win32/netshell/connectmanager.cpp
reactos/dll/win32/netshell/enumlist.cpp
reactos/dll/win32/netshell/lanconnectui.cpp
reactos/dll/win32/netshell/lanstatusui.cpp
reactos/dll/win32/netshell/netshell.cpp
reactos/dll/win32/netshell/precomp.h
reactos/dll/win32/netshell/shfldr_netconnect.cpp

index 2866eef..07fe3d1 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 class CNetshellClassFactory :
     public IClassFactory
 {
index d2ec7b5..c43624e 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 typedef struct tagINetConnectionItem
 {
     struct tagINetConnectionItem * Next;
index d9a308d..ee1b4b1 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(shell);
-
 /**************************************************************************
  *  AddToEnumList()
  */
index 6a3be61..691b40e 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 /// CLASSID
 /// {7007ACC5-3202-11D1-AAD2-00805FC1270E}
 /// open network properties and wlan properties
index e65f429..334927d 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 /// CLSID
 /// HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{7007ACCF-3202-11D1-AAD2-00805FC1270E}
 // IID B722BCCB-4E68-101B-A2BC-00AA00404770
index b6268b5..8da0dc2 100644 (file)
@@ -1,7 +1,5 @@
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 HINSTANCE netshell_hInstance;
 const GUID CLSID_LANConnectUI            = {0x7007ACC5, 0x3202, 0x11D1, {0xAA, 0xD2, 0x00, 0x80, 0x5F, 0xC1, 0x27, 0x0E}};
 const GUID CLSID_NetworkConnections      = {0x7007ACC7, 0x3202, 0x11D1, {0xAA, 0xD2, 0x00, 0x80, 0x5F, 0xC1, 0x27, 0x0E}};
index 44bb11d..f156176 100644 (file)
@@ -21,7 +21,9 @@
 #include <netcon.h>
 #include <netcfgx.h>
 #include <netcfgn.h>
+
 #include <wine/debug.h>
+WINE_DEFAULT_DEBUG_CHANNEL(shell);
 
 #include "resource.h"
 
index 0b5a9a6..c7630ee 100644 (file)
@@ -20,8 +20,6 @@
 
 #include "precomp.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL (shell);
-
 #define MAX_PROPERTY_SHEET_PAGE (10)
 
 /***********************************************************************