]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wfstream.h
Added WINE and probably x-compile makefiles
[wxWidgets.git] / include / wx / wfstream.h
index 6a43702ad89c29030665c61698834785f4bb88ce..efd9317e1f871dda65786ee7de6e57d96571e095 100644 (file)
@@ -16,7 +16,7 @@
 #pragma interface "wfstream.h"
 #endif
 
-#include "defs.h"
+#include "wx/defs.h"
 
 #if wxUSE_STREAMS && wxUSE_FILE
 
@@ -33,7 +33,7 @@ class wxFileInputStream: public wxInputStream {
   ~wxFileInputStream();
 
   char Peek();
-  size_t StreamSize() const;
+  size_t GetSize() const;
 
   bool Ok() const { return m_file->IsOpened(); }
 
@@ -61,7 +61,7 @@ class wxFileOutputStream: public wxOutputStream {
 //     { return wxOutputStream::Write(buffer, size); }
 
   void Sync();
-  size_t StreamSize() const;
+  size_t GetSize() const;
 
   bool Ok() const { return m_file->IsOpened(); }
 
@@ -86,4 +86,5 @@ class wxFileStream: public wxFileInputStream, public wxFileOutputStream {
   // wxUSE_STREAMS && wxUSE_FILE
 
 #endif
-  // _WX_WXFSTREAM_H__
\ No newline at end of file
+  // _WX_WXFSTREAM_H__
+