Compile fixes,
corrected cursors (it isn't as simple as you think) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,9 +13,13 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include <wx/stream.h>
|
||||
#include <wx/mimetype.h>
|
||||
#include <wx/url.h>
|
||||
#include "wx/setup.h"
|
||||
|
||||
#if (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
|
||||
|
||||
#include "wx/stream.h"
|
||||
#include "wx/mimetype.h"
|
||||
#include "wx/url.h"
|
||||
|
||||
|
||||
class wxFSFile;
|
||||
@@ -191,4 +195,8 @@ special characters :
|
||||
|
||||
*/
|
||||
|
||||
#endif // __FILESYS_H__
|
||||
#endif
|
||||
// (wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
|
||||
|
||||
#endif
|
||||
// __FILESYS_H__
|
||||
|
Reference in New Issue
Block a user