Call SetLastError in HeapCompact().
This commit is contained in:
parent
d084a18cc6
commit
d38ae1f79b
|
@ -1171,6 +1171,7 @@ LPVOID WINAPI HeapReAlloc(
|
|||
*/
|
||||
DWORD WINAPI HeapCompact( HANDLE heap, DWORD flags )
|
||||
{
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue