@@ -162,20 +162,14 @@ - initWithProgram: (OFString*)program programName: (OFString*)programName arguments: (OFArray*)arguments environment: (OFDictionary*)environment; -#ifndef _WIN32 -- (char**)OF_environmentForDictionary: (OFDictionary*)dictionary; -#else -- (of_char16_t*)OF_environmentForDictionary: (OFDictionary*)dictionary; -#endif - /*! * @brief Closes the write direction of the process. * * This method needs to be called for some programs before data can be read, * since some programs don't start processing before the write direction is * closed. */ - (void)closeForWriting; @end