@@ -16,14 +16,14 @@ #import "OFAutoreleasePool.h" #import "OFExceptions.h" #if defined(OF_OBJFW_RUNTIME) # include -#elif defined(OF_GNU_RUNTIME) +#elif defined(OF_OLD_GNU_RUNTIME) # include #endif -#if defined(OF_GNU_RUNTIME) || defined(OF_OBJFW_RUNTIME) +#if defined(OF_OLD_GNU_RUNTIME) || defined(OF_OBJFW_RUNTIME) # define objc_getClass objc_get_class #endif #import "TestsAppDelegate.h"