@@ -14,11 +14,11 @@ * file. */ #import "OFStream.h" -#if defined(OF_MORPHOS) && !defined(OF_IXEMUL) +#ifdef OF_MORPHOS # define BOOL EXEC_BOOL # include # undef BOOL #endif @@ -35,11 +35,11 @@ #ifdef OF_STDIO_STREAM_WIN32_CONSOLE_H OF_SUBCLASSING_RESTRICTED #endif @interface OFStdIOStream: OFStream { -#if !defined(OF_MORPHOS) || defined(OF_IXEMUL) +#ifndef OF_MORPHOS int _fd; #else BPTR _handle; bool _closable; #endif