Call SetLastError in HeapCompact().

oldstable
Huw D M Davies 1999-05-02 11:27:14 +00:00 committed by Alexandre Julliard
parent d084a18cc6
commit d38ae1f79b
1 changed files with 1 additions and 0 deletions

View File

@ -1171,6 +1171,7 @@ LPVOID WINAPI HeapReAlloc(
*/
DWORD WINAPI HeapCompact( HANDLE heap, DWORD flags )
{
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}