X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..5c6bd4a9570c63619275710f0b91a93231532b98:/include/wx/filefn.h diff --git a/include/wx/filefn.h b/include/wx/filefn.h index b6d2f0087f..f679c61145 100644 --- a/include/wx/filefn.h +++ b/include/wx/filefn.h @@ -18,12 +18,18 @@ #include "wx/list.h" +#ifndef __WXWINCE__ #include +#endif // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- +#ifdef __WXWINCE__ + typedef long off_t; +#else + // define off_t #if !defined(__WXMAC__) || defined(__UNIX__) #include @@ -41,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