Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ba7ca2d8
Commit
ba7ca2d8
authored
Aug 25, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
>
parent
45fb4ac4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
misc.c
dlls/setupapi/misc.c
+1
-1
setupapi_private.h
dlls/setupapi/setupapi_private.h
+1
-1
No files found.
dlls/setupapi/misc.c
View file @
ba7ca2d8
...
...
@@ -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 A
SCI
I files
/* This is the normal way to proceed. The log files are A
NS
I files
* and W is to be converted.
*/
ret
=
SetupLogErrorA
(
msg
,
severity
);
...
...
dlls/setupapi/setupapi_private.h
View file @
ba7ca2d8
...
...
@@ -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 A
scii
queue callback functions */
/* support for A
NSI
queue callback functions */
struct
callback_WtoA_context
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment