new config #if's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@184
This commit is contained in:
parent
8d4a106a3e
commit
c2f556ca66
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void S_Warn(char * format,...) {
|
|||
va_start(msg,format);
|
||||
vsprintf(buf,format,msg);
|
||||
va_end(msg);
|
||||
#ifdef C_DEBUG
|
||||
#if C_DEBUG
|
||||
DEBUG_ShowMsg(buf);
|
||||
#else
|
||||
GFX_ShowMsg(buf);
|
||||
|
|
Loading…
Add table
Reference in a new issue