More compiling...

This commit is contained in:
Steven Fuller 2001-07-28 01:21:46 +00:00 committed by Patryk Obara
parent fd8ed25d23
commit 6d5a3cec55
40 changed files with 98 additions and 74 deletions

View file

@ -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, ...);