]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't try to typedef off_t twice (eVC++)
authorJulian Smart <julian@anthemion.co.uk>
Mon, 27 Sep 2004 21:08:54 +0000 (21:08 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 27 Sep 2004 21:08:54 +0000 (21:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/filefn.h

index def21bb847425dee67af517331356164077376df..7afa113cd1577a606587058b27a868007fe95b68 100644 (file)
     #endif
 #endif
 
-#if defined(__VISUALC__) || ( defined(__MWERKS__) && defined( __INTEL__) )
+#if (defined(__VISUALC__) && !defined(__WXWINCE__)) || ( defined(__MWERKS__) && defined( __INTEL__) )
     typedef _off_t off_t;
 #elif defined(__SYMANTEC__)
     typedef long off_t;