ObjFW  Diff

Differences From Artifact [d2bc6a9806]:

To Artifact [8435804c16]:


14
15
16
17
18
19
20
21
22

23
24
25
26
27
28
29
14
15
16
17
18
19
20


21
22
23
24
25
26
27
28







-
-
+







 */

#include "config.h"

#include <errno.h>

#import "OFPlainThread.h"

#import "macros.h"
#import "OFConstantString.h"

#include <windows.h>

struct ThreadContext {
	void (*function)(id);
	id object;
};