am a2a34a5: Merge change 1528 into donut

Merge commit 'a2a34a5711bde03475b40edfe3cc052ece02700a'

* commit 'a2a34a5711bde03475b40edfe3cc052ece02700a':
  should help fix the Simulator build.
This commit is contained in:
Android (Google) Code Review
2009-05-13 12:52:03 -07:00
committed by The Android Open Source Project

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