Debug channel cleanup

Dimitrie O. Paun dpaun at rogers.com
Mon May 12 00:30:26 CDT 2003


ChangeLog
  Small debug channel cleanup.

Index: misc/main.c
===================================================================
RCS file: /var/cvs/wine/misc/main.c,v
retrieving revision 1.93
diff -u -r1.93 main.c
--- misc/main.c	12 Sep 2002 22:07:06 -0000	1.93
+++ misc/main.c	27 Apr 2003 16:00:13 -0000
@@ -42,7 +42,7 @@
 #include "winerror.h"
 #include "wine/debug.h"
 
-WINE_DECLARE_DEBUG_CHANNEL(file);
+WINE_DEFAULT_DEBUG_CHANNEL(file);
 
 
 /***********************************************************************
@@ -62,6 +62,6 @@
 */
 FARPROC16 WINAPI FileCDR16(FARPROC16 x)
 {
-	FIXME_(file)("(0x%8x): stub\n", (int) x);
+	FIXME("(0x%8x): stub\n", (int) x);
 	return (FARPROC16)TRUE;
 }


-- 
Dimi.




More information about the wine-patches mailing list