From 5d19b6acd1d401989b82cfd36869c8936bbc3c70 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Tue, 29 Apr 2003 09:36:05 +0000 Subject: [PATCH] fix filefn conditional error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20379 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 b0ba175406..2c0cacf068 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -47,6 +47,8 @@ typedef long off_t; #endif +#endif + #if defined(__VISAGECPP__) && __IBMCPP__ >= 400 // // VisualAge C++ V4.0 cannot have any external linkage const decs -- 2.45.2