fix borland header difference

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2006-10-29 20:44:32 +00:00
parent 894057d1dd
commit f9e5b1c786

View File

@@ -235,10 +235,12 @@ enum wxFileKind
#endif // wxHAS_HUGE_FILES/!wxHAS_HUGE_FILES
#ifndef __WATCOMC__
// NB: this one is not POSIX and always has the underscore
#define wxFsync _commit
#if !defined(__BORLANDC__) || (__BORLANDC__ > 0x540)
// NB: this one is not POSIX and always has the underscore
#define wxFsync _commit
#define HAVE_FSYNC
#define HAVE_FSYNC
#endif // BORLANDC
#endif
#define wxEof wxPOSIX_IDENT(eof)