fix msvc compiler warning.
This commit is contained in:
parent
f3ee4548fb
commit
8c9416cfaf
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ bool on_wine()
|
|||
return false;
|
||||
}
|
||||
|
||||
return GetProcAddress(ntdll, "wine_get_version");
|
||||
return GetProcAddress(ntdll, "wine_get_version") != NULL;
|
||||
}
|
||||
|
||||
} // end anonymous namespace
|
||||
|
|
Loading…
Add table
Reference in a new issue