iphlpapi: Fix an ASCII / ANSI mixup in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-24 10:23:52 +02:00 committed by Alexandre Julliard
parent d10fe185ff
commit 8188b1ac84
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
*
* The Name field of the IP_ADAPTER_INDEX_MAP entries returned by
* GetInterfaceInfo is declared as a wide string, but the bytes are actually
* an ASCII string on some versions of the IP helper API under Win9x. This was
* an ANSI string on some versions of the IP helper API under Win9x. This was
* apparently an MS bug, it's corrected in later versions.
*
* The DomainName field of FIXED_INFO isn't NULL-terminated on Win98.