@@ -24,11 +24,11 @@ #import "OFApplication.h" #import "OFString.h" #import "OFArray.h" #import "OFDictionary.h" -#ifdef OF_THREADS +#ifdef OF_HAVE_THREADS # import "OFThread.h" #endif #import "OFRunLoop.h" #import "autorelease.h" @@ -378,11 +378,11 @@ - (void)run { void *pool = objc_autoreleasePoolPush(); OFRunLoop *runLoop; -#ifdef OF_THREADS +#ifdef OF_HAVE_THREADS [OFThread OF_createMainThread]; runLoop = [OFRunLoop currentRunLoop]; #else runLoop = [[[OFRunLoop alloc] init] autorelease]; #endif