]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
reorganized/improved fixed size int types definitions; in particular use __int64...
[wxWidgets.git] / include / wx / filefn.h
index 32ff8ffaf357e691de2a1f9c3afbae2601d27f57..2acd4857c446a254eb22e9c148dde65b04988a85 100644 (file)
@@ -157,18 +157,11 @@ enum wxSeekMode
 WXDLLIMPEXP_BASE int wxStat( const wxChar *file_name, wxStructStat *buf );
 WXDLLIMPEXP_BASE int wxAccess( const wxChar *pathname, int mode );
 WXDLLIMPEXP_BASE int wxOpen( const wxChar *pathname, int flags, mode_t mode );
-#else
-#if defined(__WXMAC__) && !defined(__DARWIN__)  && !wxUSE_UNICODE
-#include <sys/stat.h>
-WXDLLIMPEXP_BASE int wxStat( const wxChar *file_name, wxStructStat *buf );
-WXDLLIMPEXP_BASE int wxAccess( const wxChar *pathname, int mode );
-WXDLLIMPEXP_BASE int wxOpen( const wxChar *pathname, int flags, mode_t mode );
 #else
     #define   wxOpen       open
     #define   wxStat       stat
     #define   wxAccess     access
 #endif
-#endif
 
 #endif  // VC++