Commit 8188b1ac authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent d10fe185
...@@ -28,7 +28,7 @@ ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment