mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
ntdll: Compile VIRTUAL_Dump only when somebody really needs it.
This commit is contained in:
parent
63fd30ee5f
commit
0042ad4fc7
@ -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
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user