From 8ec67c0bf1d9f1504e073a2d7e323af6977d715d Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 25 Oct 2007 13:06:07 +0000 Subject: [PATCH] fix compile bug with DMC git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/libtiff/tif_config.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2