projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d42f4d
)
Borland has only lfind
author
Chris Elliott
<biol75@york.ac.uk>
Sat, 6 Oct 2007 08:44:10 +0000
(08:44 +0000)
committer
Chris 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
patch
|
blob
|
blame
|
history
diff --git
a/src/tiff/libtiff/tif_config.h
b/src/tiff/libtiff/tif_config.h
index 98e40fae8e4a7d5ae65523a6b042ed76e3088e68..22c71f9f3a3b7fdfbf3effcc3ed247215dc5fa64 100644
(file)
--- 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
+
+