]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stream.h
new set of fixes for problems due to huge files support: drop wxFileSize_t, use wxFil...
[wxWidgets.git] / include / wx / stream.h
index 3824fd1026e83fac46d0c4f52cae1263c334ce6b..9f627b9be684e37293005162a098232e50f2d682 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdio.h>
 #include "wx/object.h"
 #include "wx/string.h"
-#include "wx/filefn.h"  // for off_t, wxInvalidOffset and wxSeekMode
+#include "wx/filefn.h"  // for wxFileOffset, wxInvalidOffset and wxSeekMode
 
 class WXDLLIMPEXP_BASE wxStreamBase;
 class WXDLLIMPEXP_BASE wxInputStream;