From 49f7c99c7786ce257fae28dfeae2f8ee5810424c Mon Sep 17 00:00:00 2001 From: Branimir Karadžić Date: Wed, 29 Mar 2017 17:09:40 +0200 Subject: Update BGFX and BX (nw) --- 3rdparty/bgfx/examples/common/entry/entry_nacl.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '3rdparty/bgfx/examples/common/entry/entry_nacl.cpp') diff --git a/3rdparty/bgfx/examples/common/entry/entry_nacl.cpp b/3rdparty/bgfx/examples/common/entry/entry_nacl.cpp index ae7897347f0..b51a96e3446 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_nacl.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry_nacl.cpp @@ -9,8 +9,6 @@ #include -#include -#include #include #include @@ -190,7 +188,7 @@ using namespace entry; PP_EXPORT const void* PPP_GetInterface(const char* _name) { - if (0 == strcmp(_name, PPP_INSTANCE_INTERFACE) ) + if (0 == bx::strncmp(_name, PPP_INSTANCE_INTERFACE) ) { static PPP_Instance instanceInterface = { -- cgit v1.2.3-70-g09d2