Fixed VS build.

This commit is contained in:
Branimir Karadžić
2017-01-19 09:11:32 -08:00
parent 14dccb7f1e
commit 8f215395aa

View File

@@ -43,7 +43,7 @@ namespace bgfx
, BX_COUNTOF(moduleName)
);
if (0 != result
&& 0 == bx::stricmp(_name, moduleName) )
&& 0 == bx::strincmp(_name, moduleName) )
{
return true;
}