Only compile when in debug mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3931
This commit is contained in:
parent
5a748e5cbb
commit
f66ff6e3d7
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "dosbox.h"
|
||||
#if C_DEBUG
|
||||
#ifdef WIN32
|
||||
|
||||
#include <windows.h>
|
||||
|
@ -77,3 +79,4 @@ void WIN32_Console() {
|
|||
ResizeConsole(GetStdHandle(STD_OUTPUT_HANDLE),80,50);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue