mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:36:04 +00:00
- Make PsChargeProcessPoolQuota returning STATUS_SUCCESS
svn path=/trunk/; revision=29192
This commit is contained in:
parent
9be6565d51
commit
2e3b975002
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ PsChargeProcessPoolQuota(IN PEPROCESS Process,
|
||||||
IN ULONG Amount)
|
IN ULONG Amount)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return STATUS_NOT_IMPLEMENTED;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue