* EAPI is now correctly defined on Windows

* move an exported variable


SVN revision: 35712
This commit is contained in:
Vincent Torri 2008-08-28 12:41:58 +00:00
parent 9e8b6f563b
commit ccf94fe4e3
2 changed files with 4 additions and 3 deletions

View File

@ -205,7 +205,8 @@ fi
### Checks for linker characteristics
lt_enable_auto_import=""
case "$host_os" in
mingw*|cegcc*)
mingw* | cegcc*)
AC_DEFINE(EFL_EINA_BUILD, 1, [Define to mention that eina is built])
lt_enable_auto_import="-Wl,--enable-auto-import"
;;
esac

View File

@ -52,8 +52,6 @@ static void *_print_cb_data = NULL;
#define WHITE "\033[37;1m"
#define NOTHING "\033[0m"
EAPI Eina_Error EINA_ERROR_OUT_OF_MEMORY = 0;
#ifdef DEBUG
static Eina_Error_Level _error_level = EINA_ERROR_LEVEL_DBG;
#else
@ -76,6 +74,8 @@ static char *_colors[EINA_ERROR_LEVELS] = {
* API *
*============================================================================*/
EAPI Eina_Error EINA_ERROR_OUT_OF_MEMORY = 0;
/**
*
*/