From 5b0c31c300bc5cab3346afd38fb444a1c52a53ac Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Sat, 6 Oct 2007 08:44:10 +0000 Subject: [PATCH] Borland has only lfind git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/libtiff/tif_config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h index 98e40fae8e..22c71f9f3a 100644 --- a/src/tiff/libtiff/tif_config.h +++ b/src/tiff/libtiff/tif_config.h @@ -41,4 +41,8 @@ # endif #endif -#define lfind _lfind +#ifndef __BORLANDC__ + #define lfind _lfind +#endif + + -- 2.50.0