Commit b8b946dd authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

kernel32: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc.

parent a118459a
......@@ -384,7 +384,7 @@ LPVOID WINAPI MapViewOfFileEx( HANDLE handle, DWORD access,
* Failure: FALSE.
*
*/
BOOL WINAPI UnmapViewOfFile( LPCVOID addr )
BOOL WINAPI DECLSPEC_HOTPATCH UnmapViewOfFile( const void *addr )
{
NTSTATUS status;
......
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