[PATCH] setupapi: Fix a couple of ASCII / ANSI mixups in comments.

Francois Gouget fgouget at free.fr
Wed Aug 25 08:37:04 CDT 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/setupapi/misc.c             | 2 +-
 dlls/setupapi/setupapi_private.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/setupapi/misc.c b/dlls/setupapi/misc.c
index 26e5359804c..4d3ced2e4ae 100644
--- a/dlls/setupapi/misc.c
+++ b/dlls/setupapi/misc.c
@@ -1781,7 +1781,7 @@ BOOL WINAPI SetupLogErrorW(LPCWSTR message, LogSeverity severity)
         WideCharToMultiByte(CP_ACP, 0, message, -1, msg, len, NULL, NULL);
     }
 
-    /* This is the normal way to proceed. The log files are ASCII files
+    /* This is the normal way to proceed. The log files are ANSI files
      * and W is to be converted.
      */
     ret = SetupLogErrorA(msg, severity);
diff --git a/dlls/setupapi/setupapi_private.h b/dlls/setupapi/setupapi_private.h
index 21ac50e0f3c..7681348a11c 100644
--- a/dlls/setupapi/setupapi_private.h
+++ b/dlls/setupapi/setupapi_private.h
@@ -94,7 +94,7 @@ extern const WCHAR *DIRID_get_string( int dirid ) DECLSPEC_HIDDEN;
 extern const WCHAR *PARSER_get_inf_filename( HINF hinf ) DECLSPEC_HIDDEN;
 extern WCHAR *PARSER_get_dest_dir( INFCONTEXT *context ) DECLSPEC_HIDDEN;
 
-/* support for Ascii queue callback functions */
+/* support for ANSI queue callback functions */
 
 struct callback_WtoA_context
 {
-- 
2.20.1




More information about the wine-devel mailing list