]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Avoid setting attributes in GTK wxDataViewRenderer if not supported.
[wxWidgets.git] / include / wx / filefn.h
index 1c6246b13e4b2b53efe883074d103790455acb80..364d83daa5b5b20de0d1e4e7f1ae00b2542da960 100644 (file)
@@ -344,7 +344,7 @@ enum wxFileKind
 
     // finally the default char-type versions
     #if wxUSE_UNICODE
-        #if wxUSE_UNICODE_MSLU
+        #if wxUSE_UNICODE_MSLU || defined(__STRICT_ANSI__)
             // implement the missing file functions in Win9x ourselves
             WXDLLIMPEXP_BASE int wxMSLU__wopen(const wxChar *name,
                                                int flags, int mode);