Commit d38ae1f7 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Call SetLastError in HeapCompact().

parent d084a18c
...@@ -1171,6 +1171,7 @@ LPVOID WINAPI HeapReAlloc( ...@@ -1171,6 +1171,7 @@ LPVOID WINAPI HeapReAlloc(
*/ */
DWORD WINAPI HeapCompact( HANDLE heap, DWORD flags ) DWORD WINAPI HeapCompact( HANDLE heap, DWORD flags )
{ {
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment