should help fix the Simulator build.

This commit is contained in:
Mathias Agopian
2009-05-13 00:19:22 -07:00
parent 8331f72078
commit 3cc68d28c7

View File

@@ -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;
// ----------------------------------------------------------------------------