X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..6c99908c512489b614fb7a4fb010b1d6c2a6857e:/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