Index: tests/TestsAppDelegate.m ================================================================== --- tests/TestsAppDelegate.m +++ tests/TestsAppDelegate.m @@ -25,10 +25,15 @@ #import "OFAutoreleasePool.h" #import "OFException.h" #import "TestsAppDelegate.h" + +#if defined(_WIN32) && defined(STDOUT) +# undef STDOUT +# define STDOUT_SIMPLE +#endif #ifdef _PSP # include # include # include