X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0eee633069e8f1285d531049cae1d08f3ee20177..fac7f644e2c46168555cfeda70feb9cfe46a179e:/src/tiff/libtiff/tif_config.h diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h index ed5f7d8ce5..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 +#ifdef __DMC__ +#define HAVE_INT32 +typedef long int32; +#endif + #endif