Borland fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -279,14 +279,26 @@ enum wxFileKind
|
|||||||
#define wxStat wxMSLU__wstat
|
#define wxStat wxMSLU__wstat
|
||||||
#endif
|
#endif
|
||||||
#else // !wxUSE_UNICODE_MSLU
|
#else // !wxUSE_UNICODE_MSLU
|
||||||
#define wxOpen _wopen
|
#ifdef __BORLANDC__
|
||||||
#define wxAccess _waccess
|
#define wxOpen _wopen
|
||||||
#define wxMkDir _wmkdir
|
#define wxAccess _waccess
|
||||||
#define wxRmDir _wrmdir
|
#define wxMkDir _mkdir
|
||||||
#ifdef wxHAS_HUGE_FILES
|
#define wxRmDir _rmdir
|
||||||
#define wxStat _wstati64
|
#ifdef wxHAS_HUGE_FILES
|
||||||
|
#define wxStat _wstati64
|
||||||
|
#else
|
||||||
|
#define wxStat _wstat
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define wxStat _wstat
|
#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
|
||||||
#endif // wxUSE_UNICODE_MSLU/!wxUSE_UNICODE_MSLU
|
#endif // wxUSE_UNICODE_MSLU/!wxUSE_UNICODE_MSLU
|
||||||
#else // !wxUSE_UNICODE
|
#else // !wxUSE_UNICODE
|
||||||
|
Reference in New Issue
Block a user