mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 01:49:04 +00:00
fix msvc compiler warning.
This commit is contained in:
parent
f3ee4548fb
commit
8c9416cfaf
@ -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…
x
Reference in New Issue
Block a user