]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
No real changes, just refactoring.
[wxWidgets.git] / include / wx / filefn.h
index 459e0041325326834a919dacc19d28e83713d74e..1468e5b9bb45c96bee8a8fbc0e0ac72f2cc9d41c 100644 (file)
@@ -158,7 +158,7 @@ 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__)
+#if defined(__WXMAC__) && !defined(__DARWIN__)  && !defined(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 );