diff options
author | Mathias Agopian <mathias@google.com> | 2009-05-13 00:19:22 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-05-13 00:19:22 -0700 |
commit | 3cc68d28c7636fc8d0524155fc062991e7f85f63 (patch) | |
tree | d5107bdbc3217770e11f71ec8f746b5f2da37236 /opengl/libs | |
parent | 8331f72078051cdf5a26230ee819f7ef7f9fcc24 (diff) | |
download | frameworks_base-3cc68d28c7636fc8d0524155fc062991e7f85f63.zip frameworks_base-3cc68d28c7636fc8d0524155fc062991e7f85f63.tar.gz frameworks_base-3cc68d28c7636fc8d0524155fc062991e7f85f63.tar.bz2 |
should help fix the Simulator build.
Diffstat (limited to 'opengl/libs')
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 5ed3ecc..25e31ee 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; // ---------------------------------------------------------------------------- |