ObjFW  Diff

Differences From Artifact [4bb0d2c489]:

To Artifact [f3cd7e798e]:


13
14
15
16
17
18
19
20

21
22
23

24
25

26
27

28
13
14
15
16
17
18
19

20
21
22

23
24

25
26

27
28







-
+


-
+

-
+

-
+

 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#include "config.h"

#import "condition.h"
#include "platform.h"

#if defined(OF_HAVE_PTHREADS)
# include "condition_pthread.m"
# include "platform/posix/condition.m"
#elif defined(OF_WINDOWS)
# include "condition_winapi.m"
# include "platform/windows/condition.m"
#elif defined(OF_AMIGAOS)
# include "condition_amiga.m"
# include "platform/amiga/condition.m"
#endif