hostsupport/hostegl/src/EGLDisplay.cpp
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 53 c2ef9095503a
child 67 ca7e6949bf7a
--- a/hostsupport/hostegl/src/EGLDisplay.cpp	Thu Oct 07 13:58:22 2010 +0100
+++ b/hostsupport/hostegl/src/EGLDisplay.cpp	Thu Oct 07 18:44:04 2010 +0100
@@ -167,7 +167,7 @@
 
 EGLINativeDisplayType CEGLDisplay::NativeType() const
     {
-#if defined(EGLI_USE_PLATSIM_EXTENSIONS)
+#if defined(EGLI_USE_SIMULATOR_EXTENSIONS)
     return m_nativeType; 
 #else
     return m_nativeType;