[PATCH 1/3] msvcp: Implement the wchar version of _Open_dir.

Piotr Caban piotr.caban at gmail.com
Thu May 18 07:39:57 CDT 2017


On 05/18/17 13:33, Stefan Dösinger wrote:
> +        WideCharToMultiByte(CP_ACP, 0, target_w, -1, target, wcslen(target_w) + 1, NULL, NULL);
You can use MAX_PATH here instead of wcslen(target_w)+1.

Thanks,
Piotr



More information about the wine-devel mailing list