More compiling...
This commit is contained in:
parent
fd8ed25d23
commit
6d5a3cec55
40 changed files with 98 additions and 74 deletions
|
@ -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, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue