ObjFW  Diff

Differences From Artifact [d7323e91cc]:

To Artifact [092c744c91]:


30
31
32
33
34
35
36


37
38
39
40
41
42
43
# include <windows.h>
#endif

@class OFArray;
@class OFDictionary;

/*!


 * @brief A class for stream-like communication with a newly created process.
 */
@interface OFProcess: OFStream
{
#ifndef _WIN32
	pid_t _pid;
	int _readPipe[2], _writePipe[2];







>
>







30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# include <windows.h>
#endif

@class OFArray;
@class OFDictionary;

/*!
 * @class OFProcess OFProcess.h ObjFW/OFProcess.h
 *
 * @brief A class for stream-like communication with a newly created process.
 */
@interface OFProcess: OFStream
{
#ifndef _WIN32
	pid_t _pid;
	int _readPipe[2], _writePipe[2];