]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
Add wxTreeCtrl::SelectChildren() method.
[wxWidgets.git] / include / wx / filefn.h
index d57060e1cb8c5d9f30d9e7994f1c1513fb50c0dd..1699933e4fb103e234b65e0d495cd3542f012f6a 100644 (file)
@@ -357,7 +357,7 @@ enum wxFileKind
 
     // finally the default char-type versions
     #if wxUSE_UNICODE
-        #if wxUSE_UNICODE_MSLU || defined(__STRICT_ANSI__)
+        #if wxUSE_UNICODE_MSLU || defined(__WX_STRICT_ANSI_GCC__)
             // implement the missing file functions in Win9x ourselves
             WXDLLIMPEXP_BASE int wxMSLU__wopen(const wxChar *name,
                                                int flags, int mode);