Use #elif instead of #else if

This commit is contained in:
ehofman
2004-07-03 11:16:53 +00:00
parent a191e9762a
commit 9a9d9c7cc1

View File

@@ -54,7 +54,7 @@ bool SGIsOpenGLExtensionSupported(char *extName);
// don't use an inline function for symbol lookup, since it is too big
void* macosxGetGLProcAddress(const char *func);
#else if !defined( WIN32 )
#elif !defined( WIN32 )
void *SGGetGLProcAddress(const char *func);