fix Borland _stat needed for filedlgg.cpp in univ mode
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -326,8 +326,12 @@ enum wxFileKind
|
|||||||
#if defined(__OS2__) && defined(__WATCOMC__)
|
#if defined(__OS2__) && defined(__WATCOMC__)
|
||||||
#define wxStat _stat
|
#define wxStat _stat
|
||||||
#else
|
#else
|
||||||
#define wxStat wxPOSIX_IDENT(stat)
|
#if defined (__BORLANDC__)
|
||||||
#endif
|
#define wxStat _stat //wxPOSIX_IDENT(stat)
|
||||||
|
#else
|
||||||
|
#define wxStat wxPOSIX_IDENT(stat)
|
||||||
|
#endif // !borland
|
||||||
|
#endif // !watcom
|
||||||
#endif
|
#endif
|
||||||
#endif // wxUSE_UNICODE/!wxUSE_UNICODE
|
#endif // wxUSE_UNICODE/!wxUSE_UNICODE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user