ObjFW  Diff

Differences From Artifact [0e441a08b1]:

To Artifact [ab485ea64f]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#include "objfw-defs.h"

#include "platform.h"

#if !defined(OF_HAVE_THREADS) || \
	(!defined(OF_HAVE_PTHREADS) && !defined(OF_WINDOWS))
# error No threads available!
#endif

#include <math.h>

#import "OFObject.h"








|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#include "objfw-defs.h"

#include "platform.h"

#if !defined(OF_HAVE_THREADS) || \
    (!defined(OF_HAVE_PTHREADS) && !defined(OF_WINDOWS))
# error No threads available!
#endif

#include <math.h>

#import "OFObject.h"