kernel32: Fix ASCII / ANSI mixups in comments.
commite87e24a3c124594c67f82f83f356dcd6a9eefdf9
authorFrancois Gouget <fgouget@free.fr>
Fri, 27 Aug 2021 10:45:34 +0000 (27 12:45 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Aug 2021 18:25:05 +0000 (27 20:25 +0200)
treedc810452d4fc56d22477144d72173926dc64c5d4
parent80b37cd512547588d07af68ec3771c6781662eb3
kernel32: Fix ASCII / ANSI mixups in comments.

It's quite possible that the device name is entirely composed of ASCII
characters but, as far as the API is concerned, it's still an ANSI
string.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/comm.c
dlls/kernel32/lcformat.c