]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Applied patch [ 805147 ] GDI objects are not deselected from DC
[wxWidgets.git] / src / common / filefn.cpp
index 991467af3c9d1b2cf6572dea75279d6b7fc2e855..d26964413aac9dfde38b6c9ab2eaf3a06f868d9c 100644 (file)
@@ -196,7 +196,7 @@ const off_t wxInvalidOffset = (off_t)-1;
 // implementation
 // ============================================================================
 
-#if defined(__WXMAC__) && !defined(__DARWIN__)
+#if defined(__WXMAC__) && !defined(__DARWIN__) && !wxUSE_UNICODE
 
 WXDLLEXPORT int wxStat( const wxChar *file_name, wxStructStat *buf )
 {