diff -r 09263774e342 -r 40cc73c24bf8 hostsupport/hostegl/src/EGLProcess.cpp --- a/hostsupport/hostegl/src/EGLProcess.cpp Thu Oct 07 13:58:22 2010 +0100 +++ b/hostsupport/hostegl/src/EGLProcess.cpp Thu Oct 07 18:44:04 2010 +0100 @@ -77,7 +77,7 @@ void CEGLProcess::SetCurrentThread( EGLI_THREAD_ID threadId ) { -#if defined(EGLI_USE_PLATSIM_EXTENSIONS) +#if defined(EGLI_USE_SIMULATOR_EXTENSIONS) EGLI_ASSERT(m_currentThread != NULL); if( m_currentThread->Id() != threadId ) { @@ -91,7 +91,7 @@ CEGLThread* CEGLProcess::CurrentThread() const { -#if defined(EGLI_USE_PLATSIM_EXTENSIONS) +#if defined(EGLI_USE_SIMULATOR_EXTENSIONS) EGLI_ASSERT( m_currentThread != NULL ); return m_currentThread; #elif defined(_WIN32)