Watcom needs lfind change too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2007-10-29 20:57:56 +00:00
parent 8e33de15b5
commit 75cdd73f80

View File

@ -101,7 +101,7 @@
# endif
#endif
#ifndef __BORLANDC__
#if !defined (__BORLANDC__) && !defined (__WATCOMC__)
#define lfind _lfind
#endif