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:
parent
d10fe185ff
commit
8188b1ac84
|
@ -28,7 +28,7 @@
|
||||||
*
|
*
|
||||||
* The Name field of the IP_ADAPTER_INDEX_MAP entries returned by
|
* The Name field of the IP_ADAPTER_INDEX_MAP entries returned by
|
||||||
* GetInterfaceInfo is declared as a wide string, but the bytes are actually
|
* 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.
|
* apparently an MS bug, it's corrected in later versions.
|
||||||
*
|
*
|
||||||
* The DomainName field of FIXED_INFO isn't NULL-terminated on Win98.
|
* The DomainName field of FIXED_INFO isn't NULL-terminated on Win98.
|
||||||
|
|
Loading…
Reference in New Issue