Document wxFS_XXXX flags for wxFileSystem::OpenFile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,6 +21,8 @@ Changes in behaviour not resulting in compilation errors, please read this!
|
||||
instead of a char the range -128 - 127.
|
||||
- A sequence returned by wxFileSystem::FindFirst()/FindNext() may now be
|
||||
be scoped to a single instance of wxFileSystem.
|
||||
- Streams returned by wxFileSystem::OpenFile are not necessarily seekable by
|
||||
default. Open with flags wxFS_READ | wxFS_SEEKABLE if seeking is required.
|
||||
|
||||
|
||||
Changes in behaviour which may result in compilation errors
|
||||
|
Reference in New Issue
Block a user