summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Guyomarc'h <jean.guyomarch@gmail.com>2016-01-06 00:19:27 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-01-07 12:03:05 +0100
commit4c5cc811d9bd5eed97ad94263d7e98266f393069 (patch)
tree5196f5be06b23eb07834fca0448aaedee043d826
parent34293b02af9a22f41bd26f4c0a3698b37a27e865 (diff)
downloadefl-4c5cc811d9bd5eed97ad94263d7e98266f393069.tar.gz
ecore_cocoa: don't redefine EAPI in private header
-rw-r--r--src/lib/ecore_cocoa/ecore_cocoa_private.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa_private.h b/src/lib/ecore_cocoa/ecore_cocoa_private.h
index ae0c6c8391..5a58bf51c3 100644
--- a/src/lib/ecore_cocoa/ecore_cocoa_private.h
+++ b/src/lib/ecore_cocoa/ecore_cocoa_private.h
@@ -1,32 +1,6 @@
#ifndef _ECORE_COCOA_PRIVATE_H
#define _ECORE_COCOA_PRIVATE_H
-#ifdef EAPI
-# undef EAPI
-#endif
-
-#ifdef _WIN32
-# ifdef EFL_ECORE_BUILD
-# ifdef DLL_EXPORT
-# define EAPI __declspec(dllexport)
-# else
-# define EAPI
-# endif /* ! DLL_EXPORT */
-# else
-# define EAPI __declspec(dllimport)
-# endif /* ! EFL_ECORE_BUILD */
-#else
-# ifdef __GNUC__
-# if __GNUC__ >= 4
-# define EAPI __attribute__ ((visibility("default")))
-# else
-# define EAPI
-# endif
-# else
-# define EAPI
-# endif
-#endif /* ! _WIN32 */
-
extern int _ecore_cocoa_log_domain;
#ifdef ERR