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:
parent
45fb4ac4e2
commit
ba7ca2d8a8
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue