Fixed clang build.
This commit is contained in:
parent
234f29ae71
commit
7c2b232220
@ -1332,7 +1332,7 @@ namespace bgfx
|
||||
VER_SET_CONDITION(cond, VER_MINORVERSION, VER_GREATER_EQUAL);
|
||||
return !!VerifyVersionInfoA(&ovi, VER_MAJORVERSION | VER_MINORVERSION, cond);
|
||||
#else
|
||||
BX_UNUSED(_winver);
|
||||
BX_UNUSED(_version);
|
||||
return false;
|
||||
#endif // BX_PLATFORM_WINDOWS
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user