X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c37aade57ad8f253a5766404300e2d6af266e69..de85a884d77ad5a29b418b343d4d3cc99c127b5e:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index d4e1cbe48c..75665d066d 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -66,7 +66,8 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString; // ---------------------------------------------------------------------------- // Microsoft compiler loves underscores, feed them to it -#if defined( __VISUALC__ ) || wxCHECK_W32API_VERSION( 0, 5 ) +#if defined( __VISUALC__ ) || wxCHECK_W32API_VERSION( 0, 5 ) \ + || ( defined(__MWERKS__) && defined(__WXMSW__) ) // functions #define wxClose _close #define wxRead _read