From: Chris Elliott Date: Thu, 25 Oct 2007 13:06:07 +0000 (+0000) Subject: fix compile bug with DMC X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8ec67c0bf1d9f1504e073a2d7e323af6977d715d fix compile bug with DMC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h index ed5f7d8ce5..6b0b0f197c 100644 --- a/src/tiff/libtiff/tif_config.h +++ b/src/tiff/libtiff/tif_config.h @@ -105,4 +105,9 @@ #define lfind _lfind #endif +#ifdef __DMC__ +#define HAVE_INT32 +typedef long int32; +#endif + #endif