fix msvc compiler warning.

This commit is contained in:
gfgtdf 2015-08-04 16:00:45 +02:00
parent f3ee4548fb
commit 8c9416cfaf

View file

@ -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