From d68f8326740a6a8d0b97b00e774d23c1a5c336a2 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 20:55:25 +0000 Subject: Took a bunch of patches... more to come but these are the ones that might break stuff so I'll sync here. svn path=/trunk/; revision=4336 --- pd/src/s_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pd/src/s_file.c') diff --git a/pd/src/s_file.c b/pd/src/s_file.c index 8e72b4db..e954eb5d 100644 --- a/pd/src/s_file.c +++ b/pd/src/s_file.c @@ -205,7 +205,7 @@ static void sys_donesavepreferences( void) #endif /* MSW */ -#ifdef MACOSX +#ifdef __APPLE__ static void sys_initloadpreferences( void) { @@ -255,7 +255,7 @@ static void sys_donesavepreferences( void) { } -#endif /* MACOSX */ +#endif /* __APPLE__ */ void sys_loadpreferences( void) -- cgit v1.2.1