X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8f6c91a0fbac3ab31fb422ca6e8c3ace665b257..4427c0a3ff15545c46f97a217a1dc947099d4a40:/include/wx/palmos/setup0.h diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index 4d601eebbb..125e771ba2 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -426,6 +426,9 @@ // Set to 1 to enable virtual ZIP filesystem (requires wxUSE_FILESYSTEM) #define wxUSE_FS_ZIP 1 +// Set to 1 to enable virtual archive filesystem (requires wxUSE_FILESYSTEM) +#define wxUSE_FS_ARCHIVE 1 + // Set to 1 to enable virtual Internet filesystem (requires wxUSE_FILESYSTEM) #define wxUSE_FS_INET 1 @@ -438,6 +441,9 @@ // Set to 1 to compile wxBackingFile and wxBackedInputStream #define wxUSE_BACKINGFILE 1 +// Set to 1 to compile wxTarInput/OutputStream classes. +#define wxUSE_TARSTREAM 1 + // Set to 1 to compile wxZlibInput/OutputStream classes. Also required by // wxUSE_LIBPNG #define wxUSE_ZLIB 1