mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +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)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue