[ros-diffs] [rmessiant] 50284: [KERNEL32] - ReadDirectoryChangesW: Treat the OVERLAPPED structure as an IO_STATUS_BLOCK, not one of its fields.
rmessiant at svn.reactos.org
rmessiant at svn.reactos.org
Tue Jan 4 17:26:27 UTC 2011
Author: rmessiant
Date: Tue Jan 4 17:26:25 2011
New Revision: 50284
URL: http://svn.reactos.org/svn/reactos?rev=50284&view=rev
Log:
[KERNEL32]
- ReadDirectoryChangesW: Treat the OVERLAPPED structure as an IO_STATUS_BLOCK, not one of its fields.
Modified:
trunk/reactos/dll/win32/kernel32/file/cnotify.c
Modified: trunk/reactos/dll/win32/kernel32/file/cnotify.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/file/cnotify.c?rev=50284&r1=50283&r2=50284&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/file/cnotify.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/file/cnotify.c [iso-8859-1] Tue Jan 4 17:26:25 2011
@@ -219,7 +219,7 @@
EventHandle,
IoApcRoutine,
CompletionRoutine, /* ApcContext */
- lpOverlapped ? (PIO_STATUS_BLOCK)lpOverlapped->Internal : &IoStatus,
+ lpOverlapped ? (PIO_STATUS_BLOCK) lpOverlapped : &IoStatus,
lpBuffer,
nBufferLength,
dwNotifyFilter,
More information about the Ros-diffs
mailing list