Francois Gouget : wsock32: Fix ASCII / ANSI mixups in comments.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 15:22:30 CDT 2021


Module: wine
Branch: master
Commit: ece94cd412493cc50dae2701697f9d5667817c9b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ece94cd412493cc50dae2701697f9d5667817c9b

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 26 13:12:46 2021 +0200

wsock32: Fix ASCII / ANSI mixups in comments.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wsock32/service.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/wsock32/service.c b/dlls/wsock32/service.c
index 2b6e4e7b58d..f2a45c983b5 100644
--- a/dlls/wsock32/service.c
+++ b/dlls/wsock32/service.c
@@ -65,7 +65,7 @@ INT WINAPI GetAddressByNameW(DWORD dwNameSpace, LPGUID lpServiceType, LPWSTR lpS
  * Retrieve a service type GUID for a network service specified by name.
  *
  * PARAMETERS
- *      lpServiceName [I] NUL-terminated ASCII string that uniquely represents the name of the service
+ *      lpServiceName [I] NUL-terminated ANSI string that uniquely represents the name of the service
  *      lpServiceType [O] Destination for the service type GUID
  *
  * RETURNS
@@ -114,7 +114,7 @@ INT WINAPI GetTypeByNameW(LPWSTR lpServiceName, LPGUID lpServiceType)
  *      dwNameSpace        [I] Name space or set of name spaces within which the function will operate
  *      dwOperation        [I] Operation to perform
  *      dwFlags            [I] Flags to modify the function's operation
- *      lpServiceInfo      [I] Pointer to a ASCII SERVICE_INFO structure
+ *      lpServiceInfo      [I] Pointer to an ANSI SERVICE_INFO structure
  *      lpServiceAsyncInfo [I] Reserved for future use.  Must be NULL.
  *      lpdwStatusFlags    [O] Destination for function status information
  *
@@ -167,7 +167,7 @@ INT WINAPI SetServiceW(DWORD dwNameSpace, DWORD dwOperation, DWORD dwFlags, LPSE
  *      dwNameSpace        [I] Name space or set of name spaces within which the function 
  *                             will operate.
  *      lpGuid             [I] Pointer to GUID of network service type.
- *      lpServiceName      [I] NUL-terminated ASCII string that uniquely represents the name 
+ *      lpServiceName      [I] NUL-terminated ANSI string that uniquely represents the name
  *                             of the service.
  *      dwProperties       [I] Flags specifying which information to return in lpBuffer.
  *      lpBuffer           [O] Pointer to buffer where the function returns an array




More information about the wine-cvs mailing list