Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2172855f
Commit
2172855f
authored
Nov 01, 2018
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Update debug trace.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9ee34a5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
file.c
dlls/ntdll/file.c
+2
-2
No files found.
dlls/ntdll/file.c
View file @
2172855f
...
...
@@ -837,7 +837,7 @@ NTSTATUS WINAPI NtReadFile(HANDLE hFile, HANDLE hEvent,
ULONG_PTR
cvalue
=
apc
?
0
:
(
ULONG_PTR
)
apc_user
;
BOOL
send_completion
=
FALSE
,
async_read
,
timeout_init_done
=
FALSE
;
TRACE
(
"(%p,%p,%p,%p,%p,%p,0x%08x,%p,%p)
,partial stub!
\n
"
,
TRACE
(
"(%p,%p,%p,%p,%p,%p,0x%08x,%p,%p)
\n
"
,
hFile
,
hEvent
,
apc
,
apc_user
,
io_status
,
buffer
,
length
,
offset
,
key
);
if
(
!
io_status
)
return
STATUS_ACCESS_VIOLATION
;
...
...
@@ -1204,7 +1204,7 @@ NTSTATUS WINAPI NtWriteFile(HANDLE hFile, HANDLE hEvent,
BOOL
send_completion
=
FALSE
,
async_write
,
append_write
=
FALSE
,
timeout_init_done
=
FALSE
;
LARGE_INTEGER
offset_eof
;
TRACE
(
"(%p,%p,%p,%p,%p,%p,0x%08x,%p,%p)
!
\n
"
,
TRACE
(
"(%p,%p,%p,%p,%p,%p,0x%08x,%p,%p)
\n
"
,
hFile
,
hEvent
,
apc
,
apc_user
,
io_status
,
buffer
,
length
,
offset
,
key
);
if
(
!
io_status
)
return
STATUS_ACCESS_VIOLATION
;
...
...
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