Borland has only lfind
authorChris Elliott <biol75@york.ac.uk>
Sat, 6 Oct 2007 08:44:10 +0000 (08:44 +0000)
committerChris Elliott <biol75@york.ac.uk>
Sat, 6 Oct 2007 08:44:10 +0000 (08:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/libtiff/tif_config.h

index 98e40fae8e4a7d5ae65523a6b042ed76e3088e68..22c71f9f3a3b7fdfbf3effcc3ed247215dc5fa64 100644 (file)
@@ -41,4 +41,8 @@
 # endif
 #endif
 
-#define lfind _lfind
+#ifndef __BORLANDC__
+   #define lfind _lfind
+#endif
+
+