X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/143973fc139428db2a44267f6851ab127f96a807..9a958328220b25226d259e43791eee4b06fe86ef:/src/tiff/libtiff/tif_config.h

diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h
index ea109c769d..631537ffe2 100644
--- a/src/tiff/libtiff/tif_config.h
+++ b/src/tiff/libtiff/tif_config.h
@@ -101,8 +101,13 @@
 # endif
 #endif
 
-#ifndef __BORLANDC__ 
+#if !defined (__BORLANDC__) && !defined (__WATCOMC__)
    #define lfind _lfind
 #endif
 
-#endif
\ No newline at end of file
+#ifdef __DMC__
+#define HAVE_INT32
+typedef	long int32;
+#endif
+
+#endif