Input browse & batch buttons start browsing at the current input location

MacLib no longer opens the file for writing when decoding
This commit is contained in:
chudov
2008-10-19 11:20:48 +00:00
parent b00e54f20e
commit f6138ce9cc
13 changed files with 170 additions and 435 deletions

View File

@@ -14,7 +14,7 @@ public:
~CWinFileIO();
// open / close
int Open(const wchar_t * pName);
int Open(const wchar_t * pName, int fReadonly = 0);
int Close();
// read / write