X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5489a643785bf395ca8ea681f5f73b2388d6beab..e14d10b039e68a701a447043a4031cf43e9fa90b:/include/wx/msw/mslu.h?ds=sidebyside diff --git a/include/wx/msw/mslu.h b/include/wx/msw/mslu.h index e9ed1ce901..e8700dd40c 100644 --- a/include/wx/msw/mslu.h +++ b/include/wx/msw/mslu.h @@ -58,7 +58,8 @@ WXDLLEXPORT int wxMSLU__tremove(const wxChar *name); #if defined( __VISUALC__ ) \ || ( defined(__MINGW32__) && wxCHECK_W32API_VERSION( 0, 5 ) ) \ - || ( defined(__MWERKS__) && defined(__WXMSW__) ) + || ( defined(__MWERKS__) && defined(__WXMSW__) ) \ + || ( defined(__BORLANDC__) && (__BORLANDC__ > 0x460) ) WXDLLEXPORT int wxMSLU__wopen(const wxChar *name, int flags, int mode); WXDLLEXPORT int wxMSLU__waccess(const wxChar *name, int mode); WXDLLEXPORT int wxMSLU__wmkdir(const wxChar *name);