Just forward Stricmp() in wx/string.h to wxCRT_StricmpA().
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jul 2013 17:27:20 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Jul 2013 17:27:20 +0000 (17:27 +0000)
commit4c8acbdfd5c42cc344980e454dc0ac2eae689aab
tree62570fe3a7da72bbea26ed72201cbc78493667fd
parente24c4e1238c48421fede03b81cfbe6525c31f07a
Just forward Stricmp() in wx/string.h to wxCRT_StricmpA().

Don't redo the tests already done in wx/wxcrtbase.h in wx/string.h too,
especially as they were not done correctly there (they didn't take into
account the case of MinGW in strict ANSI mode). Just call wxCRT_StricmpA().

This also allows us to get rid of HAVE_STRCASECMP_IN_STRING[S]_H tests in
configure.

Closes #15349.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in
include/wx/android/config_android.h
include/wx/osx/config_xcode.h
include/wx/string.h
include/wx/wxcrtbase.h
setup.h.in
setup.h_vms