summaryrefslogtreecommitdiff
path: root/src/win95/showcmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/showcmds.h')
-rw-r--r--src/win95/showcmds.h5
1 files changed, 5 insertions, 0 deletions
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, ...);