ObjFW  Diff

Differences From Artifact [ea7cb030e3]:

To Artifact [6ba7aac1d0]:


14
15
16
17
18
19
20
21

22
23

24
25
26
27

28
14
15
16
17
18
19
20

21
22

23
24
25
26

27
28







-
+

-
+



-
+

 */

#include "config.h"

#include "platform.h"

#if defined(OF_WINDOWS) || defined(OF_MSDOS)
# import "platform/windows/OFString+PathAdditions.m"
# import "platform/Windows/OFString+PathAdditions.m"
#elif defined(OF_AMIGAOS)
# import "platform/amiga/OFString+PathAdditions.m"
# import "platform/AmigaOS/OFString+PathAdditions.m"
#elif defined(OF_NINTENDO_3DS) || defined(OF_WII)
# import "platform/libfat/OFString+PathAdditions.m"
#else
# import "platform/posix/OFString+PathAdditions.m"
# import "platform/POSIX/OFString+PathAdditions.m"
#endif