From 3cc68d28c7636fc8d0524155fc062991e7f85f63 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 13 May 2009 00:19:22 -0700 Subject: [PATCH] should help fix the Simulator build. --- opengl/libs/EGL/egl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 5ed3ecc83e25e..25e31ee7f2718 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -164,8 +164,8 @@ static pthread_key_t gEGLThreadLocalStorageKey = -1; // ---------------------------------------------------------------------------- -gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS]; -pthread_key_t gGLWrapperKey = -1; +EGLAPI gl_hooks_t gHooks[IMPL_NUM_IMPLEMENTATIONS]; +EGLAPI pthread_key_t gGLWrapperKey = -1; // ----------------------------------------------------------------------------