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