shell32: Reimplement DragQueryFileA to rely on its Unicode version.
commit9f61e1e593f69dee98921f172ca1e8880442d73c
authorAkihiro Sagawa <sagawa.aki@gmail.com>
Sun, 30 Oct 2022 06:41:08 +0000 (30 15:41 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Oct 2022 19:41:44 +0000 (31 20:41 +0100)
treec6da290faa843c82ec35a8b9da0e8e973c8aa804
parent3389ba479b9c2d8ac2b76d8a1e0862bb0d070f8b
shell32: Reimplement DragQueryFileA to rely on its Unicode version.

Now, it returns a correct buffer size especially for a DBCS file name.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53738
dlls/shell32/shellole.c
dlls/shell32/tests/shellole.c