ObjFW  Diff

Differences From Artifact [97cad1fce3]:

To Artifact [4db82960e0]:


19
20
21
22
23
24
25


26

#import "thread.h"

#if defined(OF_HAVE_PTHREADS)
# include "thread_pthread.m"
#elif defined(OF_WINDOWS)
# include "thread_winapi.m"


#endif







>
>

19
20
21
22
23
24
25
26
27
28

#import "thread.h"

#if defined(OF_HAVE_PTHREADS)
# include "thread_pthread.m"
#elif defined(OF_WINDOWS)
# include "thread_winapi.m"
#elif defined(OF_AMIGAOS)
# include "thread_amiga.m"
#endif