summaryrefslogtreecommitdiff
path: root/src/bindings/js/eina_js/Eina_Js.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/js/eina_js/Eina_Js.hh')
-rw-r--r--src/bindings/js/eina_js/Eina_Js.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindings/js/eina_js/Eina_Js.hh b/src/bindings/js/eina_js/Eina_Js.hh
index b193b5461c..f65adf82bc 100644
--- a/src/bindings/js/eina_js/Eina_Js.hh
+++ b/src/bindings/js/eina_js/Eina_Js.hh
@@ -10,15 +10,15 @@
#endif
#ifdef _WIN32
-# ifdef EFL_EINA_JS_BUILD
+# ifdef EFL_BUILD
# ifdef DLL_EXPORT
# define EAPI __declspec(dllexport)
# else
# define EAPI
-# endif /* ! DLL_EXPORT */
+# endif
# else
# define EAPI __declspec(dllimport)
-# endif /* ! EFL_ECORE_BUILD */
+# endif
#else
# ifdef __GNUC__
# if __GNUC__ >= 4
@@ -29,7 +29,7 @@
# else
# define EAPI
# endif
-#endif /* ! _WIN32 */
+#endif
#include <eina_js_container.hh>
#include <eina_js_accessor.hh>