Skip to content
Snippets Groups Projects
Commit 0042ad4f authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

ntdll: Compile VIRTUAL_Dump only when somebody really needs it.

parent 63fd30ee
No related merge requests found
......@@ -196,7 +196,8 @@ static void VIRTUAL_DumpView( FILE_VIEW *view )
/***********************************************************************
* VIRTUAL_Dump
*/
void VIRTUAL_Dump(void)
#if WINE_VM_DEBUG
static void VIRTUAL_Dump(void)
{
struct file_view *view;
......@@ -208,6 +209,7 @@ void VIRTUAL_Dump(void)
}
RtlLeaveCriticalSection(&csVirtual);
}
#endif
/***********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment