wxWidgets/tests/file
Vadim Zeitlin 20d4f2fb43 Fix using *.* and similar patterns in wxDir under MSW
These patterns are supposed to match all files and not only files with
extensions, but our own code only matched the latter.

Switch to using shell PathMatchSpec() function to check for matching
instead to use the usual Windows rules.

See #23905, #23910.

(cherry picked from commit a4d2e36cec16d511e461496f3eecbcb6f3e7343b)
2023-10-06 17:16:49 +02:00
..
dir.cpp Fix using *.* and similar patterns in wxDir under MSW 2023-10-06 17:16:49 +02:00
filefn.cpp Remove CppUnit boilerplate from the file functions test 2021-07-04 15:03:08 +01:00
filetest.cpp Remove checks for LXC containers used under Travis CI only 2021-07-15 19:55:01 +02:00