mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[KERNEL32] Silence some noise during process creation.
svn path=/trunk/; revision=73748
This commit is contained in:
parent
47ee20b4ab
commit
ab5f5755fc
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue