summaryrefslogtreecommitdiff
path: root/src/win95/showcmds.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-28 01:21:46 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit6d5a3cec554f6afc5f075722fba7e2aa464f5676 (patch)
treed0a23200c53af8cd58cc649457a26ddf748c7f46 /src/win95/showcmds.h
parentfd8ed25d23c8187a2e6f9d7e81fdbd8f98b22f1a (diff)
More compiling...
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, ...);