]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
This is a TOOLBOOK, not a LISTBOOK
[wxWidgets.git] / src / common / filefn.cpp
index ed9b69b1cd6703381dd20499ccb3b198c7983d14..dabc946ebf50984b0361dd9cf2c7b6f0147a15ed 100644 (file)
@@ -40,7 +40,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#if !defined(__WATCOMC__)
+#if !wxONLY_WATCOM_EARLIER_THAN(1,4)
     #if !(defined(_MSC_VER) && (_MSC_VER > 800))
         #include <errno.h>
     #endif