diff libvo/vo_macosx.m @ 27397:d47744b95b78

Give a CONFIG_ prefix to preprocessor directives that lacked one and change arbitrary prefixes to CONFIG_.
author diego
date Thu, 07 Aug 2008 12:20:50 +0000
parents a0c602e0caf3
children 84bad10e6d8d
line wrap: on
line diff
--- a/libvo/vo_macosx.m	Thu Aug 07 11:58:37 2008 +0000
+++ b/libvo/vo_macosx.m	Thu Aug 07 12:20:50 2008 +0000
@@ -326,7 +326,7 @@
 	
 	if(!shared_buffer)
 	{
-		#if !defined (MACOSX_FINDER) || !defined (CONFIG_SDL)
+		#if !defined (CONFIG_MACOSX_FINDER) || !defined (CONFIG_SDL)
 		//this chunk of code is heavily based off SDL_macosx.m from SDL 
 		//it uses an Apple private function to request foreground operation
 		void CPSEnableForegroundOperation(ProcessSerialNumber* psn);