also define wxLstat in ANSI build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-10-21 14:42:17 +00:00
parent 56614e51f9
commit ee8d76ec2e

View File

@ -348,6 +348,7 @@ enum wxFileKind
#else #else
#define wxOpen open #define wxOpen open
#define wxStat stat #define wxStat stat
#define wxLstat lstat
#define wxAccess access #define wxAccess access
#endif #endif
#endif // platforms #endif // platforms