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:
Robert Roebling
1999-07-15 19:26:04 +00:00
parent 3b245d601a
commit d30e0edda8
4 changed files with 87 additions and 93 deletions

View File

@@ -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__