From c4e6c0016f5953fda87ef0c07b392c00de70bc20 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 14 Mar 2004 08:34:28 +0000 Subject: [PATCH] Make this easier to read. --- .../src/arch/LoadingWindow/LoadingWindow_Cocoa.mm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm index 1501b07f6e..73243ac862 100644 --- a/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm +++ b/stepmania/src/arch/LoadingWindow/LoadingWindow_Cocoa.mm @@ -13,16 +13,16 @@ #define scalb(x, n) scalbn(x, n) #endif #ifndef gamma -#define gamma(x) lgamma(x) +# define gamma(x) lgamma(x) #endif #ifndef _POSIX_SOURCE -#define _POSIX_SOURCE -#define POSIX_DEFINED +# define _POSIX_SOURCE +# define POSIX_DEFINED #endif #import #ifdef POSIX_DEFINED -#undef _POSIX_SOURCE -#undef POSIX_DEFINED +# undef _POSIX_SOURCE +# undef POSIX_DEFINED #endif