* Fix a compile error when attempting to perform a "Release" compile
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2454 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
fe265cdc57
commit
69ad10edc4
|
@ -45,7 +45,7 @@ void DebugClose();
|
|||
void DebugPrint(const TCHAR *format, ...);
|
||||
#else
|
||||
#define DebugOpen
|
||||
#define DebugClose
|
||||
static inline void DebugClose() {};
|
||||
#define DebugPrint
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue