wxwidgets/tests/file
Vadim Zeitlin 22c629d667 Fix matching "x*.*" in wxMSW wxDir too
Recent commit corrected handling of "*.*", which previously didn't match
the files without extensions, but still left handling of patterns such
as "x*.*" broken, because they are also supposed to match all files
starting with "x" under Windows, whether they have an extension or not.

Fix this by using PathMatchSpecEx() shell function which should handle
this correctly and update the unit test to check for this case as well.
2023-09-29 16:38:37 +02:00
..
dir.cpp Fix matching "x*.*" in wxMSW wxDir too 2023-09-29 16:38:37 +02:00
filefn.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
filetest.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00