This commit is contained in:
parent
22b0891598
commit
6341b76a86
6 changed files with 18 additions and 17 deletions
|
|
@ -876,9 +876,9 @@ static int MwLLGDICallInitImpl(void) {
|
|||
|
||||
if(wsymtbl.lib_dwmapi != NULL) DwmSetWindowAttribute = MwDynamicSymbol(wsymtbl.lib_dwmapi, "DwmSetWindowAttribute");
|
||||
|
||||
if((ntdll = GetModuleHandle("ntdll.dll")) != NULL && GetProcAddress(ntdll, "wine_get_version") != NULL){
|
||||
if((ntdll = GetModuleHandle("ntdll.dll")) != NULL && GetProcAddress(ntdll, "wine_get_version") != NULL) {
|
||||
is_plgblt_reliable = 0;
|
||||
}else{
|
||||
} else {
|
||||
is_plgblt_reliable = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue