]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filesys.h
oops, typo in last commit
[wxWidgets.git] / include / wx / filesys.h
index 46f267cf470c6f8978269f5b8d2097b823108a65..ae51b8d7c4742379ac2630331b33618cb714501e 100644 (file)
 #ifndef __FILESYS_H__
 #define __FILESYS_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "filesys.h"
-#endif
-
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 #if !wxUSE_STREAMS
 #error You cannot compile virtual file systems without wxUSE_STREAMS
@@ -186,7 +182,7 @@ public:
     wxString FindNext();
 
     // Adds FS handler.
-    // In fact, this class is only front-end to the FS hanlers :-)
+    // In fact, this class is only front-end to the FS handlers :-)
     static void AddHandler(wxFileSystemHandler *handler);
 
     // remove all items from the m_Handlers list