]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
Added some #defines
[wxWidgets.git] / include / wx / file.h
index 038b578e33f76d0007bff11ea946c12dd0231ef6..73deef73cb78fbe4f1d268b851e9fcb3c90ddc10 100644 (file)
@@ -22,6 +22,8 @@
   #include  "wx/filefn.h"
 #endif
 
+#if wxUSE_FILE
+
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------
@@ -178,5 +180,7 @@ private:
   wxFile    m_file;     // the temporary file
 };
 
+#endif
+
 #endif
         // _WX_FILEH__