Fix some random warnings.

This commit is contained in:
Matthew Parlane
2012-12-24 07:37:50 +13:00
parent f865450b5a
commit 59ec1fe180
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ static bool IsGteVista()
VER_SET_CONDITION(dwlConditionMask, VER_MAJORVERSION, VER_GREATER_EQUAL);
return VerifyVersionInfo(&osvi, VER_MAJORVERSION, dwlConditionMask);
return VerifyVersionInfo(&osvi, VER_MAJORVERSION, dwlConditionMask) != FALSE;
}
#endif