]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
compilation fixes (apparently, gcc <3.4 didn't validate code in templates that were...
[wxWidgets.git] / include / wx / filefn.h
index eb714186e38f6997629bad6680544a4e8e0b7728..65e3396aa0e1ea62d60f4f40a379ef564f776dd5 100644 (file)
@@ -39,8 +39,6 @@
 
 #if defined(__VISUALC__) || ( defined(__MWERKS__) && defined( __INTEL__) )
     typedef _off_t off_t;
-#elif defined(__BORLANDC__) && defined(__WIN16__)
-    typedef long off_t;
 #elif defined(__SYMANTEC__)
     typedef long off_t;
 #elif defined(__MWERKS__) && !defined(__INTEL__) && !defined(__MACH__)