mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
- Implement FreeContextBuffer
svn path=/trunk/; revision=38463
This commit is contained in:
parent
af929be7de
commit
bba74c7731
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ FreeContextBuffer (
|
||||||
PVOID pvoid
|
PVOID pvoid
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
HeapFree(GetProcessHeap(), 0, pvoid);
|
||||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
return SEC_E_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
SECURITY_STATUS
|
SECURITY_STATUS
|
||||||
|
|
Loading…
Reference in a new issue