summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/entry_nacl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_nacl.cpp')
-rw-r--r--3rdparty/bgfx/examples/common/entry/entry_nacl.cpp4
1 files changed, 1 insertions, 3 deletions
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 <bgfx/platform.h>
-#include <stdio.h>
-#include <string.h>
#include <pthread.h>
#include <string>
@@ -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 =
{