sync to trunk head (35945)
[reactos.git] / reactos / ntoskrnl / se / audit.c
index cafd282..2ff4231 100644 (file)
@@ -137,7 +137,7 @@ SeLocateProcessImageName(IN PEPROCESS Process,
         if (NT_SUCCESS(Status))
         {
             /* Set it */
-            if (InterlockedCompareExchangePointer(&Process->
+            if (InterlockedCompareExchangePointer((PVOID*)&Process->
                                                   SeAuditProcessCreationInfo,
                                                   AuditName,
                                                   NULL))