]> git.saurik.com Git - wxWidgets.git/commit
Restore case-insensitivity for file name matching under Windows.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:29 +0000 (21:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Jun 2013 21:49:29 +0000 (21:49 +0000)
commit512b03dbe1961b0d28a2bf0086602c622b44f7d0
tree7e6d0610364073aa5fb90b6d3a8e65c4512e2796
parent33e6d385a5b1454245e08093b78219c789c639cc
Restore case-insensitivity for file name matching under Windows.

This was broken by the changes of r73790, see #3432. Fix this by converting
both the file name and the wildcard mask to the upper case before checking
whether the former matches the latter.

Closes #15243.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dir.cpp