1
0
Fork 0

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:
Peter Veenstra 2015-08-19 18:26:04 +00:00
parent 5a748e5cbb
commit f66ff6e3d7

View file

@ -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