X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/143973fc139428db2a44267f6851ab127f96a807..7379e47609b16a9fef59e1d2a6b2e47f216dd85c:/src/tiff/libtiff/tif_config.h?ds=sidebyside 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