fix shift.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3439
This commit is contained in:
parent
294da23d83
commit
bc5a4d7172
2 changed files with 8 additions and 6 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: shell.h,v 1.27 2009-05-27 09:15:41 qbix79 Exp $ */
|
||||
/* $Id: shell.h,v 1.28 2009-07-03 19:36:57 qbix79 Exp $ */
|
||||
|
||||
#ifndef DOSBOX_SHELL_H
|
||||
#define DOSBOX_SHELL_H
|
||||
|
@ -55,6 +55,7 @@ public:
|
|||
DOS_Shell * shell;
|
||||
BatchFile * prev;
|
||||
CommandLine * cmd;
|
||||
std::string filename;
|
||||
};
|
||||
|
||||
class AutoexecEditor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue