]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed the requirement that wxUSE_GUI must be 1 to get wxUSE_FILESYSTEM, wxUSE_FS_ZI...
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 14:43:45 +0000 (14:43 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 13 Mar 2001 14:43:45 +0000 (14:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index d9c54da5ca66fa2dfe6984035d200b3705e6eca1..f5cab0b6e9526d19c4ee8609aab0e6b36f0f304f 100644 (file)
 // Set to 1 to use socket classes
 #define wxUSE_SOCKETS       1
 
-#if wxUSE_GUI
-
 // Set to 1 to enable virtual file systems (required by wxHTML)
 #define wxUSE_FILESYSTEM    1
 
 // wxUSE_LIBPNG.
 #define wxUSE_ZLIB          1
 
-#else // !wxUSE_GUI
-
-// although it is possible to compile all of those in wxBase, this is not done
-// by default
-#define wxUSE_FILESYSTEM    0
-#define wxUSE_FS_ZIP        0
-#define wxUSE_FS_INET       0
-#define wxUSE_ZIPSTREAM     0
-#define wxUSE_ZLIB          0
-
-#endif // wxUSE_GUI/!wxUSE_GUI
-
 // If enabled, the code written by Apple will be used to write, in a portable
 // way, float on the disk. See extended.c for the license which is different
 // from wxWindows one.