*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <wx/wx.h>
|
||||
#endif
|
||||
|
||||
#if wxUSE_BUSYINFO
|
||||
|
||||
#include <wx/dialog.h>
|
||||
|
||||
@@ -55,4 +56,4 @@ class wxBusyInfo : public wxObject
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
@@ -200,6 +200,14 @@
|
||||
// Set to 1 to use socket classes
|
||||
#define wxUSE_HTML 0
|
||||
// Set to 1 to use wxHTML sub-library
|
||||
#define wxUSE_FS_ZIP 0
|
||||
#define wxUSE_FS_INET 0 // Set to 1 to enable virtual file systems
|
||||
|
||||
#define wxUSE_BUSYINFO 0
|
||||
// wxBusyInfo displays window with message
|
||||
// when app is busy. Works in same way as
|
||||
// wxBusyCursor
|
||||
|
||||
|
||||
/*
|
||||
* Finer detail
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#if wxUSE_ZLIB && wxUSE_STREAMS
|
||||
#if wxUSE_ZLIB && wxUSE_STREAMS && wxUSE_ZIPSTREAM
|
||||
|
||||
#include <wx/stream.h>
|
||||
|
||||
@@ -48,7 +48,7 @@ class WXDLLEXPORT wxZipInputStream : public wxInputStream
|
||||
};
|
||||
|
||||
|
||||
#endif // if use_zlib && use_streams
|
||||
#endif //
|
||||
|
||||
#endif // __ZIPSTREAM_H__
|
||||
|
||||
|
Reference in New Issue
Block a user