X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61a69259c442653024f557707b5ca652d84919e0..7a0079d5a4d1fe6e80cc978d84648fa7bf6fde4a:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index d57060e1cb..1699933e4f 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -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);