@@ -24,11 +24,13 @@ * @brief A class for providing standard input, output and error as OFStream. * * The global variables @ref of_stdin, @ref of_stdout and @ref of_stderr are * instances of this class and need no initialization. */ +#ifdef OF_STDIO_STREAM_WIN32_CONSOLE_H OF_SUBCLASSING_RESTRICTED +#endif @interface OFStdIOStream: OFStream { int _fd; bool _atEndOfStream; }