1
0
Fork 0

revise switchToLongcmd a bit. allow execution of mount/imgmount from menus and such.(beta3)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3326
This commit is contained in:
Peter Veenstra 2009-03-23 10:55:36 +00:00
parent 981fd5e269
commit d8266a6a41
3 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.h,v 1.25 2009-01-19 19:55:03 qbix79 Exp $ */
/* $Id: shell.h,v 1.26 2009-03-23 10:55:35 qbix79 Exp $ */
#ifndef DOSBOX_SHELL_H
#define DOSBOX_SHELL_H
@ -40,9 +40,6 @@ extern Bitu call_shellstop;
* by "external" programs. (config) */
extern Program * first_shell;
/* command_slashc indicates that the next commands are being run from command /c. Remove parameters for internal .COM files */
extern bool command_slashc;
class DOS_Shell;
class BatchFile {