mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[KERNEL32]
- ReadDirectoryChangesW: Treat the OVERLAPPED structure as an IO_STATUS_BLOCK, not one of its fields. svn path=/trunk/; revision=50284
This commit is contained in:
@@ -219,7 +219,7 @@ ReadDirectoryChangesW(
|
||||
EventHandle,
|
||||
IoApcRoutine,
|
||||
CompletionRoutine, /* ApcContext */
|
||||
lpOverlapped ? (PIO_STATUS_BLOCK)lpOverlapped->Internal : &IoStatus,
|
||||
lpOverlapped ? (PIO_STATUS_BLOCK) lpOverlapped : &IoStatus,
|
||||
lpBuffer,
|
||||
nBufferLength,
|
||||
dwNotifyFilter,
|
||||
|
||||
Reference in New Issue
Block a user