From 9a9d9c7cc1ef7d606216b390d7f36cad4779fe01 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 3 Jul 2004 11:16:53 +0000 Subject: [PATCH] Use #elif instead of #else if --- simgear/screen/extensions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/screen/extensions.hxx b/simgear/screen/extensions.hxx index 7c97bd60..f97e0ad7 100644 --- a/simgear/screen/extensions.hxx +++ b/simgear/screen/extensions.hxx @@ -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); -- 2.39.5