From 6d5a3cec554f6afc5f075722fba7e2aa464f5676 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 01:21:46 +0000 Subject: More compiling... --- src/win95/showcmds.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/win95/showcmds.h') diff --git a/src/win95/showcmds.h b/src/win95/showcmds.h index bbb1d41..6d344c9 100644 --- a/src/win95/showcmds.h +++ b/src/win95/showcmds.h @@ -30,6 +30,7 @@ extern struct DEBUGGINGTEXTOPTIONS ShowDebuggingText; #define DEBUGGING_TEXT_ON 0 #endif +#if 0 /* stupid defines */ #if DEBUGGING_TEXT_ON extern int PrintDebuggingText(const char* t, ...); #else @@ -41,3 +42,7 @@ extern int ReleasePrintDebuggingText(const char* t, ...); #else #define PrintDebuggingText(ignore) #endif +#endif /* ... */ + +extern int PrintDebuggingText(const char* t, ...); +extern int ReleasePrintDebuggingText(const char* t, ...); -- cgit v1.3