]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_mem.h
Added some missing tests; replaced scrolwin.cpp with scrlwng.cpp
[wxWidgets.git] / include / wx / fs_mem.h
index 61b491fbc11d26cf74d9555e060350a41afe70e1..719502513676315e46290003f39c428fb79f4ea2 100644 (file)
@@ -8,7 +8,7 @@
 
 
 #ifdef __GNUG__
-#pragma implementation
+#pragma interface "fs_mem.h"
 #endif
 
 #include "wx/wxprec.h"
 #pragma hdrstop
 #endif
 
-#if (wxUSE_HTML || wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+#if wxUSE_FILESYSTEM
 
 #ifndef WXPRECOMP
 #include "wx/wx.h"
 #endif
 
 #include "wx/filesys.h"
+#if wxUSE_GUI
 #include "wx/image.h"
 #include "wx/bitmap.h"
+#endif
 
 //--------------------------------------------------------------------------------
 // wxMemoryFSHandler
@@ -39,8 +41,10 @@ class WXDLLEXPORT wxMemoryFSHandler : public wxFileSystemHandler
 
         // Add file to list of files stored in memory. Stored data (bitmap, text or raw data)
         // will be copied into private memory stream and available under name "memory:" + filename
+#if wxUSE_GUI
         static void AddFile(const wxString& filename, wxImage& image, long type);
         static void AddFile(const wxString& filename, const wxBitmap& bitmap, long type);
+#endif
         static void AddFile(const wxString& filename, const wxString& textdata);        
         static void AddFile(const wxString& filename, const void *binarydata, size_t size);
         
@@ -59,6 +63,6 @@ class WXDLLEXPORT wxMemoryFSHandler : public wxFileSystemHandler
 };
 
 #endif 
-  // (wxUSE_HTML || wxUSE_FS_INET || wxUSE_FS_ZIP) && wxUSE_STREAMS
+  // wxUSE_FILESYSTEM