@@ -525,27 +525,21 @@ #endif return (size_t)bytesWritten; } +#ifndef OF_WINDOWS - (int)fileDescriptorForReading { -#ifndef OF_WINDOWS return _readPipe[0]; -#else - OF_UNRECOGNIZED_SELECTOR -#endif } - (int)fileDescriptorForWriting { -#ifndef OF_WINDOWS return _writePipe[1]; -#else - OF_UNRECOGNIZED_SELECTOR -#endif } +#endif - (void)closeForWriting { #ifndef OF_WINDOWS if (_writePipe[1] != -1)