mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed clang build.
This commit is contained in:
parent
234f29ae71
commit
7c2b232220
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue