diff --git a/reactos/dll/win32/kernel32/file/cnotify.c b/reactos/dll/win32/kernel32/file/cnotify.c index c7aff9c3589..3f6420bf7ec 100644 --- a/reactos/dll/win32/kernel32/file/cnotify.c +++ b/reactos/dll/win32/kernel32/file/cnotify.c @@ -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,