From 7864f3b9b37d362473ceb21ae256969c7d793225 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" <dpaun@rogers.com> Date: Tue, 13 May 2003 00:28:43 +0000 Subject: [PATCH] Small debug channel cleanup. --- misc/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/main.c b/misc/main.c index 9e502be1852..9df4478ebc4 100644 --- a/misc/main.c +++ b/misc/main.c @@ -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 @@ BOOL WINAPI Beep( DWORD dwFreq, DWORD dwDur ) */ FARPROC16 WINAPI FileCDR16(FARPROC16 x) { - FIXME_(file)("(0x%8x): stub\n", (int) x); + FIXME("(0x%8x): stub\n", (int) x); return (FARPROC16)TRUE; } -- GitLab