mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +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,
|
IN PWCHAR Environment,
|
||||||
OUT PULONG Reason)
|
OUT PULONG Reason)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
DPRINT("BaseCheckAppcompatCache is UNIMPLEMENTED\n");
|
||||||
|
|
||||||
if (Reason) *Reason = 0;
|
if (Reason) *Reason = 0;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -942,7 +942,7 @@ BasepCheckWinSaferRestrictions(IN HANDLE UserToken,
|
||||||
if ((InJob) && (NewToken) && (JobHandle))
|
if ((InJob) && (NewToken) && (JobHandle))
|
||||||
{
|
{
|
||||||
/* Do the work (one day...) */
|
/* Do the work (one day...) */
|
||||||
UNIMPLEMENTED;
|
DPRINT("BasepCheckWinSaferRestrictions is UNIMPLEMENTED\n");
|
||||||
Status = STATUS_SUCCESS;
|
Status = STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue