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
8cc98a08
Commit
8cc98a08
authored
Oct 24, 2016
by
Hans Leidekker
Committed by
Alexandre Julliard
Oct 24, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Avoid printing control characters in traces.
Signed-off-by:
Hans Leidekker
<
hans@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b5689923
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
eventlog.c
dlls/advapi32/eventlog.c
+2
-2
No files found.
dlls/advapi32/eventlog.c
View file @
8cc98a08
...
...
@@ -230,7 +230,7 @@ ULONG WINAPI EnableTraceEx( LPCGUID provider, LPCGUID source, TRACEHANDLE hSessi
UCHAR
level
,
ULONGLONG
anykeyword
,
ULONGLONG
allkeyword
,
ULONG
enableprop
,
PEVENT_FILTER_DESCRIPTOR
filterdesc
)
{
FIXME
(
"(%s, %s, %s, %
d, %c, %s, %s, %d
, %p): stub
\n
"
,
debugstr_guid
(
provider
),
FIXME
(
"(%s, %s, %s, %
u, %u, %s, %s, %u
, %p): stub
\n
"
,
debugstr_guid
(
provider
),
debugstr_guid
(
source
),
wine_dbgstr_longlong
(
hSession
),
enable
,
level
,
wine_dbgstr_longlong
(
anykeyword
),
wine_dbgstr_longlong
(
allkeyword
),
enableprop
,
filterdesc
);
...
...
@@ -245,7 +245,7 @@ ULONG WINAPI EnableTraceEx2( TRACEHANDLE handle, LPCGUID provider, ULONG control
ULONGLONG
match_any
,
ULONGLONG
match_all
,
ULONG
timeout
,
PENABLE_TRACE_PARAMETERS
params
)
{
FIXME
(
"(%s, %s, %u, %
c
, %s, %s, %u, %p): stub
\n
"
,
wine_dbgstr_longlong
(
handle
),
FIXME
(
"(%s, %s, %u, %
u
, %s, %s, %u, %p): stub
\n
"
,
wine_dbgstr_longlong
(
handle
),
debugstr_guid
(
provider
),
control
,
level
,
wine_dbgstr_longlong
(
match_any
),
wine_dbgstr_longlong
(
match_all
),
timeout
,
params
);
...
...
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