also define wxLstat for non-Unix platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -351,8 +351,16 @@ enum wxFileKind
|
|||||||
#define wxLstat lstat
|
#define wxLstat lstat
|
||||||
#define wxAccess access
|
#define wxAccess access
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define wxHAVE_NATIVE_LSTAT
|
||||||
#endif // platforms
|
#endif // platforms
|
||||||
|
|
||||||
|
// if the platform doesn't have symlinks, define wxLstat to be the same as
|
||||||
|
// wxStat to avoid #ifdefs in the code using it
|
||||||
|
#ifndef wxHAVE_NATIVE_LSTAT
|
||||||
|
#define wxLstat wxStat
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
|
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400
|
||||||
//
|
//
|
||||||
// VisualAge C++ V4.0 cannot have any external linkage const decs
|
// VisualAge C++ V4.0 cannot have any external linkage const decs
|
||||||
|
Reference in New Issue
Block a user