1
0
Fork 0

Add dummy support for openmode 4. Legend Of the Red Dragon 4.07 uses this.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3667
This commit is contained in:
Peter Veenstra 2011-01-16 20:49:43 +00:00
parent 1589c86ebe
commit eaf55b8dfd
2 changed files with 5 additions and 4 deletions

View file

@ -250,7 +250,7 @@ public:
virtual void Activate(void) {};
};
enum { OPEN_READ=0,OPEN_WRITE=1,OPEN_READWRITE=2, DOS_NOT_INHERIT=128};
enum { OPEN_READ=0, OPEN_WRITE=1, OPEN_READWRITE=2, OPEN_READ_NO_MOD=4, DOS_NOT_INHERIT=128};
enum { DOS_SEEK_SET=0,DOS_SEEK_CUR=1,DOS_SEEK_END=2};