Eobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.

vtorri is right pointing out it is a reserved name.

SVN revision: 70414
This commit is contained in:
Tom Hacohen 2012-04-23 08:26:40 +00:00
parent c599a9090d
commit 945cf1e9c2
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ LIST(APPEND EOBJ_CC_SOURCES
eobj_base_class.c eobj_base_class.c
) )
ADD_DEFINITIONS(-D_EOBJ_BUILD=1) ADD_DEFINITIONS(-DEFL_EOBJ_BUILD=1)
include_directories( include_directories(
${EINA_INCLUDE_DIRS} ${EINA_INCLUDE_DIRS}

View File

@ -9,7 +9,7 @@
#endif #endif
#ifdef _WIN32 #ifdef _WIN32
# ifdef _EOBJ_BUILD # ifdef EFL_EOBJ_BUILD
# ifdef DLL_EXPORT # ifdef DLL_EXPORT
# define EAPI __declspec(dllexport) # define EAPI __declspec(dllexport)
# else # else
@ -17,7 +17,7 @@
# endif /* ! DLL_EXPORT */ # endif /* ! DLL_EXPORT */
# else # else
# define EAPI __declspec(dllimport) # define EAPI __declspec(dllimport)
# endif /* ! _EOBJ_BUILD */ # endif /* ! EFL_EOBJ_BUILD */
#else #else
# ifdef __GNUC__ # ifdef __GNUC__
# if __GNUC__ >= 4 # if __GNUC__ >= 4