@@ -43,11 +43,11 @@ int _readPipe[2], _writePipe[2]; #else HANDLE _process, _readPipe[2], _writePipe[2]; #endif int _status; - BOOL _atEndOfStream; + bool _atEndOfStream; } /*! * @brief Creates a new OFProcess with the specified program and invokes the * program.