hostsupport/hostegl/src/EGLProcess.cpp
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 53 c2ef9095503a
--- 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)