fix trace
This commit is contained in:
parent
1bd19be3b8
commit
8ae5ef0c7e
1 changed files with 2 additions and 0 deletions
|
@ -89,10 +89,12 @@ void dbg_init()
|
||||||
(void*)GetProcAddress(GetModuleHandleA("ntdll.dll"), "wine_get_version");
|
(void*)GetProcAddress(GetModuleHandleA("ntdll.dll"), "wine_get_version");
|
||||||
|
|
||||||
if (wine_get_version)
|
if (wine_get_version)
|
||||||
|
{
|
||||||
TRACE("Wine version = %s\n", wine_get_version());
|
TRACE("Wine version = %s\n", wine_get_version());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void dbg_counter_start()
|
void dbg_counter_start()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue