Merge branch 'linux-spec-files'

wxFile and wxTextFile for working with special/non-seekable files.
This commit is contained in:
Vadim Zeitlin
2017-12-16 15:26:35 +01:00
7 changed files with 141 additions and 144 deletions

View File

@@ -106,6 +106,7 @@ All:
- Add UTF-8 support to wxZipOutputStream (Tobias Taschner).
- Update all bundled 3rd party libraries to their latest versions.
- Use unique prefix for all zlib symbols to avoid link conflicts.
- Make wxFile::ReadAll() work for unseekable files too.
All (GUI):