changeset 36847:85fe1bbe2d53

Silence "warning: implicit declaration of function 'strcasecmp'". (This is for the Wine port.)
author ib
date Tue, 25 Feb 2014 17:38:54 +0000
parents a3deb427384c
children 92e53547406d
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Feb 25 17:21:56 2014 +0000
+++ b/configure	Tue Feb 25 17:38:54 2014 +0000
@@ -1815,7 +1815,7 @@
 fi
 
 if wine ; then
-  extra_cflags="-fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK -Dstricmp=strcasecmp $extra_cflags"
+  extra_cflags="-fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK -Dstricmp=lstrcmpiA $extra_cflags"
 fi
 
 if darwin && test "$cc_vendor" != "clang" ; then