From acd742622d1e0daf50ae815bec4ddb2143bafbf5 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Wed, 24 Oct 2007 00:00:00 +0000 Subject: 4.56 beta --- CPP/Common/C_FileIO.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CPP/Common/C_FileIO.h') diff --git a/CPP/Common/C_FileIO.h b/CPP/Common/C_FileIO.h index 29378dfa..27aa5686 100755 --- a/CPP/Common/C_FileIO.h +++ b/CPP/Common/C_FileIO.h @@ -38,6 +38,7 @@ class COutFile: public CFileBase { public: bool Create(const char *name, bool createAlways); + bool Open(const char *name, DWORD creationDisposition); ssize_t Write(const void *data, size_t size); }; -- cgit v1.2.3