summaryrefslogtreecommitdiff
path: root/src/lib/ecore_win32/Ecore_Win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_win32/Ecore_Win32.h')
-rw-r--r--src/lib/ecore_win32/Ecore_Win32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_win32/Ecore_Win32.h b/src/lib/ecore_win32/Ecore_Win32.h
index 356200ff4a..cfa7f5adc1 100644
--- a/src/lib/ecore_win32/Ecore_Win32.h
+++ b/src/lib/ecore_win32/Ecore_Win32.h
@@ -23,15 +23,15 @@
#endif
#ifdef _WIN32
-# ifdef EFL_ECORE_WIN32_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_WIN32_BUILD */
+# endif
#else
# ifdef __GNUC__
# if __GNUC__ >= 4
@@ -42,7 +42,7 @@
# else
# define EAPI
# endif
-#endif /* ! _WIN32 */
+#endif
#ifdef __cplusplus