Merge trunk head (r41474)
[reactos.git] / reactos / ntoskrnl / io / iomgr / iofunc.c
index 517dbb9..5162638 100644 (file)
@@ -2471,7 +2471,7 @@ NtSetInformationFile(IN HANDLE FileHandle,
                     /* Set the Data */
                     Context->Key = CompletionInfo->Key;
                     Context->Port = Queue;
-                    if (InterlockedCompareExchangePointer(&FileObject->
+                    if (InterlockedCompareExchangePointer((PVOID*)&FileObject->
                                                           CompletionContext,
                                                           Context,
                                                           NULL))