@@ -29,11 +29,11 @@ # include #endif #include "platform.h" -#if !defined(OF_WINDOWS) && (!defined(OF_MORPHOS) || defined(OF_IXEMUL)) +#if !defined(OF_WINDOWS) && !defined(OF_MORPHOS) # include #endif #import "OFStream.h" #import "OFStream+Private.h" @@ -54,11 +54,11 @@ #define MIN_READ_SIZE 512 @implementation OFStream @synthesize of_waitingForDelimiter = _waitingForDelimiter; -#if !defined(OF_WINDOWS) && (!defined(OF_MORPHOS) || defined(OF_IXEMUL)) +#if !defined(OF_WINDOWS) && !defined(OF_MORPHOS) + (void)initialize { if (self == [OFStream class]) signal(SIGPIPE, SIG_IGN); }