]> git.saurik.com Git - wxWidgets.git/commit
Use wxStrnicmp() instead of strncasecmp() in wxGTK code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Feb 2012 13:56:14 +0000 (13:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Feb 2012 13:56:14 +0000 (13:56 +0000)
commit36cc76505c756e09e99eccd15bf28b679cb5b676
treeecdff68e6d3c44b87b6e19717dd1a9af9a6f90c4
parentf090e4ef6753479f3c3d2ea3ec1f692241540d65
Use wxStrnicmp() instead of strncasecmp() in wxGTK code.

This fixes compilation under Windows where strncasecmp() is not available --
but portable wxStrnicmp() always is.

Closes #14036.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/textctrl.cpp
src/unix/fontutil.cpp