From 75cdd73f806c47cd4a3d5b89754356806ce4e1a7 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Mon, 29 Oct 2007 20:57:56 +0000 Subject: [PATCH] Watcom needs lfind change too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/libtiff/tif_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiff/libtiff/tif_config.h b/src/tiff/libtiff/tif_config.h index 6b0b0f197c..631537ffe2 100644 --- a/src/tiff/libtiff/tif_config.h +++ b/src/tiff/libtiff/tif_config.h @@ -101,7 +101,7 @@ # endif #endif -#ifndef __BORLANDC__ +#if !defined (__BORLANDC__) && !defined (__WATCOMC__) #define lfind _lfind #endif -- 2.50.0