From 19bfb85f2cad9a24229e8e49c017a4c11a44e57a Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 8 Jan 2010 08:39:50 +0000 Subject: [PATCH] doesnt even compile without these changes! git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@44971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/ecore_sdl/ecore_sdl_private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/ecore_sdl/ecore_sdl_private.h b/src/lib/ecore_sdl/ecore_sdl_private.h index 96ac856..41aee08 100644 --- a/src/lib/ecore_sdl/ecore_sdl_private.h +++ b/src/lib/ecore_sdl/ecore_sdl_private.h @@ -2,10 +2,10 @@ # define _ECORE_SDL_PRIVATE_H extern int _ecore_sdl_log_dom -#ifdef EINA_SDL_DEFAULT_LOG_COLOR -# undef EINA_SDL_DEFAULT_LOG_COLOR +#ifdef ECORE_SDL_DEFAULT_LOG_COLOR +# undef ECORE_SDL_DEFAULT_LOG_COLOR #endif -#define EINA_SDL_DEFAULT_LOG_COLOR EINA_COLOR_BLUE +#define ECORE_SDL_DEFAULT_LOG_COLOR EINA_COLOR_BLUE #ifdef ERR # undef ERR -- 2.7.4