diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-13 00:20:49 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-13 00:20:49 -0700 |
commit | a2a34a5711bde03475b40edfe3cc052ece02700a (patch) | |
tree | c4fed83b6fd5ac3602c7e4477ac762fb3f1a5f4a | |
parent | 8ad028117d4b99883bbc52b29f097b2fb1d9b0c2 (diff) | |
parent | 3cc68d28c7636fc8d0524155fc062991e7f85f63 (diff) | |
download | frameworks_base-a2a34a5711bde03475b40edfe3cc052ece02700a.zip frameworks_base-a2a34a5711bde03475b40edfe3cc052ece02700a.tar.gz frameworks_base-a2a34a5711bde03475b40edfe3cc052ece02700a.tar.bz2 |
Merge change 1528 into donut
* changes:
should help fix the Simulator build.
-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; // ---------------------------------------------------------------------------- |