Commit 59bc1589 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Same as previous commit

parent f8ac2540
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
#if defined( __PLUGIN__ ) && ( defined( WIN32 ) || defined( UNDER_CE ) ) #if defined( __PLUGIN__ ) && ( defined( WIN32 ) || defined( UNDER_CE ) )
# define DLL_SYMBOL __declspec(dllexport) # define DLL_SYMBOL __declspec(dllexport)
# define CDECL_SYMBOL __cdecl # define CDECL_SYMBOL __cdecl
#elif HAVE_ATTRIBUTE_VISIBILITY #elif defined (HAVE_ATTRIBUTE_VISIBILITY)
# define DLL_SYMBOL __attribute__((visibility("default"))) # define DLL_SYMBOL __attribute__((visibility("default")))
# define CDECL_SYMBOL # define CDECL_SYMBOL
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment