From f5b01ac5ce3d86c3bcd89c4882a77b1c126ca789 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 18 Jan 2018 18:04:03 +0900 Subject: all: Simplify definition of EAPI This will help in the transition from Autotools to Meson. This has been tested on Windows for which EFL_XXX_BUILD were first introduced. --- src/lib/ecore_file/Ecore_File.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/ecore_file/Ecore_File.h') diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 57cb550e30..39f0f7ecae 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h @@ -13,15 +13,15 @@ #endif #ifdef _WIN32 -# ifdef EFL_ECORE_FILE_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_FILE_BUILD */ +# endif #else # ifdef __GNUC__ # if __GNUC__ >= 4 @@ -32,7 +32,7 @@ # else # define EAPI # endif -#endif /* ! _WIN32 */ +#endif /** * @file Ecore_File.h -- cgit v1.2.1