[KERNEL32] Silence some noise during process creation.

svn path=/trunk/; revision=73748
This commit is contained in:
Mark Jansen 2017-02-07 16:45:50 +00:00
parent 47ee20b4ab
commit ab5f5755fc
2 changed files with 3 additions and 2 deletions

View file

@ -133,7 +133,8 @@ BaseCheckAppcompatCache(IN PWCHAR ApplicationName,
IN PWCHAR Environment,
OUT PULONG Reason)
{
UNIMPLEMENTED;
DPRINT("BaseCheckAppcompatCache is UNIMPLEMENTED\n");
if (Reason) *Reason = 0;
return TRUE;
}

View file

@ -942,7 +942,7 @@ BasepCheckWinSaferRestrictions(IN HANDLE UserToken,
if ((InJob) && (NewToken) && (JobHandle))
{
/* Do the work (one day...) */
UNIMPLEMENTED;
DPRINT("BasepCheckWinSaferRestrictions is UNIMPLEMENTED\n");
Status = STATUS_SUCCESS;
}
else