diff -r 09263774e342 -r 40cc73c24bf8 hostsupport/hostegl/src/EGLDisplay.cpp --- 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;