1
0
Fork 0

Removed #include <direct.h>

Added a config file help string.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@430
This commit is contained in:
Sjoerd van der Berg 2002-10-25 21:27:24 +00:00
parent 0dcbf5f638
commit 46cbb48f3f

View file

@ -20,7 +20,6 @@
#include <string.h>
#include <list>
#include <direct.h>
#include "dosbox.h"
#if C_DEBUG
@ -971,6 +970,7 @@ static void DEBUG_ShutDown(Section * sec)
void DEBUG_Init(Section* sec) {
MSG_Add("DEBUG_CONFIGFILE_HELP","Nothing to setup yet!\n");
DEBUG_DrawScreen();
/* Add some keyhandlers */
KEYBOARD_AddEvent(KBD_kpminus,0,DEBUG_Enable);