libport: Don't implement strcasecmp and strncasecmp if we have stricmp and strnicmp respectively.

Robert Shearman rob at codeweavers.com
Mon Mar 3 15:52:27 CST 2008


In these cases, strcasecmp and strncasecmp will be defined to these 
functions and so the implementations will conflict with those in the C 
library.
---
  libs/port/strcasecmp.c  |    4 ++--
  libs/port/strncasecmp.c |    4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6fd3d394077cb4ce38ebb8758e5c80b096ab4771.diff
Type: text/x-patch
Size: 1271 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080303/df6932d2/attachment.bin 


More information about the wine-patches mailing list