Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- dlls/wininet/internet.c | 17 +++++++++++++++-- dlls/wininet/tests/ftp.c | 28 +++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 3 deletions(-)
On 6/30/21 8:16 PM, Damjan Jovanovic wrote:
Conversion to Unicode may change the length and it looks like we should return Unicode length here. You may get the value from MultiByteToWideChar, passing NULL output.
Thanks,
Jacek