]> git.sesse.net Git - vlc/commitdiff
Same as previous commit
authorRémi Denis-Courmont <rem@videolan.org>
Fri, 25 Jan 2008 16:41:35 +0000 (16:41 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Fri, 25 Jan 2008 16:41:35 +0000 (16:41 +0000)
include/vlc_modules_macros.h

index 57efb7515420522048d40560ffd5ff307d818886..567a34412d68906faad77a1fe008a9a03a6bc2bf 100644 (file)
@@ -73,7 +73,7 @@
 #if defined( __PLUGIN__ ) && ( defined( WIN32 ) || defined( UNDER_CE ) )
 #   define DLL_SYMBOL              __declspec(dllexport)
 #   define CDECL_SYMBOL            __cdecl
-#elif HAVE_ATTRIBUTE_VISIBILITY
+#elif defined (HAVE_ATTRIBUTE_VISIBILITY)
 #   define DLL_SYMBOL __attribute__((visibility("default")))
 #   define CDECL_SYMBOL
 #else