Do not mix ReactOS and Wine debug style
authorHervé Poussineau <hpoussin@reactos.org>
Tue, 23 Oct 2007 08:27:48 +0000 (08:27 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Tue, 23 Oct 2007 08:27:48 +0000 (08:27 +0000)
svn path=/trunk/; revision=29818

reactos/dll/win32/user32/misc/misc.c

index 7d1f5a9..c0c6032 100644 (file)
@@ -16,8 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id$
- *
+/*
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/misc/misc.c
  * PURPOSE:         Misc
@@ -32,6 +31,8 @@
 
 #include <wine/debug.h>
 
+WINE_DEFAULT_DEBUG_CHANNEL(user32);
+
 /* FUNCTIONS *****************************************************************/
 
 /*
@@ -316,7 +317,7 @@ GetUser32Handle(HANDLE handle)
   PUSER_HANDLE_TABLE ht = gHandleTable;
   USHORT generation;
 
-  DPRINT1("Main Handle Table %x\n", ht);
+  TRACE("Main Handle Table %x\n", ht);
 
   INT Index = (((UINT)handle & 0xffff) - FIRST_USER_HANDLE) >> 1;