From ee8d76ec2e1d6e6b0bf49c92e78e1de62f49551d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 21 Oct 2006 14:42:17 +0000 Subject: [PATCH] also define wxLstat in ANSI build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 344dd0401f..60853f0bce 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -348,6 +348,7 @@ enum wxFileKind #else #define wxOpen open #define wxStat stat + #define wxLstat lstat #define wxAccess access #endif #endif // platforms