git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42622
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxStat wxMSLU__wstat
#endif
#else // !wxUSE_UNICODE_MSLU
#define wxStat wxMSLU__wstat
#endif
#else // !wxUSE_UNICODE_MSLU
- #define wxOpen _wopen
- #define wxAccess _waccess
- #define wxMkDir _wmkdir
- #define wxRmDir _wrmdir
- #ifdef wxHAS_HUGE_FILES
- #define wxStat _wstati64
+ #ifdef __BORLANDC__
+ #define wxOpen _wopen
+ #define wxAccess _waccess
+ #define wxMkDir _mkdir
+ #define wxRmDir _rmdir
+ #ifdef wxHAS_HUGE_FILES
+ #define wxStat _wstati64
+ #else
+ #define wxStat _wstat
+ #endif
+ #define wxOpen _wopen
+ #define wxAccess _waccess
+ #define wxMkDir _wmkdir
+ #define wxRmDir _wrmdir
+ #ifdef wxHAS_HUGE_FILES
+ #define wxStat _wstati64
+ #else
+ #define wxStat _wstat
+ #endif
#endif
#endif // wxUSE_UNICODE_MSLU/!wxUSE_UNICODE_MSLU
#else // !wxUSE_UNICODE
#endif
#endif // wxUSE_UNICODE_MSLU/!wxUSE_UNICODE_MSLU
#else // !wxUSE_UNICODE