X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3369df870b06aeb1773a1807c12854dac0588655..0e448231102ecab3ce01647e98ec156f7bf5b8bb:/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