ObjFW  Diff

Differences From Artifact [b829b6aa4c]:

To Artifact [c3595a97f9]:


24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#import "OFFile.h"
#import "OFAutoreleasePool.h"

#import "OFException.h"

#import "TestsAppDelegate.h"

#if defined(_WIN32) && defined(STDOUT)
# undef STDOUT
# define STDOUT_SIMPLE
#endif

#ifdef _PSP
# include <pspmoduleinfo.h>
# include <pspkernel.h>







|







24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#import "OFFile.h"
#import "OFAutoreleasePool.h"

#import "OFException.h"

#import "TestsAppDelegate.h"

#if defined(STDOUT) && (defined(_WIN32) || defined(__DJGPP__))
# undef STDOUT
# define STDOUT_SIMPLE
#endif

#ifdef _PSP
# include <pspmoduleinfo.h>
# include <pspkernel.h>