From 8f2a695c7e7e3fb7f357966fef1ccce22ec49e96 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 2 Apr 2000 12:11:20 +0000 Subject: [PATCH] Added wxStat define for non-MSVC environments. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/filefn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index a6c2cd0f83..fbbfe263de 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -114,6 +114,8 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString; #define wxTell(fd) lseek(fd, 0, SEEK_CUR) + #define wxStat stat + // types #define wxStructStat struct stat