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

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-25 15:37:04 +02:00 committed by Alexandre Julliard
parent 45fb4ac4e2
commit ba7ca2d8a8
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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
{