From ea6164c71f9f2bbf25b0d8b65b78b0ad343c6a1c Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 16 Feb 2008 21:33:37 +0000 Subject: [PATCH] wxstat fn_str() aftermath .. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51851 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 e826869296..79369f25e2 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -422,6 +422,7 @@ enum wxFileKind #if defined(__DMC__) typedef unsigned long mode_t; #endif + WXDLLIMPEXP_BASE int wxStat( const char *file_name, wxStructStat *buf ); WXDLLIMPEXP_BASE int wxStat( const wxChar *file_name, wxStructStat *buf ); WXDLLIMPEXP_BASE int wxLstat( const wxChar *file_name, wxStructStat *buf ); WXDLLIMPEXP_BASE int wxAccess( const wxChar *pathname, int mode );