diff --git a/reactos/ntoskrnl/ps/psmgr.c b/reactos/ntoskrnl/ps/psmgr.c index e78a447f11a..27ddadb6591 100644 --- a/reactos/ntoskrnl/ps/psmgr.c +++ b/reactos/ntoskrnl/ps/psmgr.c @@ -680,7 +680,7 @@ PsGetVersion(OUT PULONG MajorVersion OPTIONAL, NTSTATUS NTAPI NtApphelpCacheControl(IN APPHELPCACHESERVICECLASS Service, - IN PVOID ServiceData) + IN PAPPHELP_CACHE_SERVICE_LOOKUP ServiceData) { UNIMPLEMENTED; return STATUS_NOT_IMPLEMENTED;