bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (#5739)
This function expects the destination buffer size to be given in wide characters, not bytes.
Showing
Please register or sign in to comment
This function expects the destination buffer size to be given in wide characters, not bytes.