Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
59bc1589
Commit
59bc1589
authored
Jan 25, 2008
by
Rémi Denis-Courmont
Browse files
Same as previous commit
parent
f8ac2540
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_modules_macros.h
View file @
59bc1589
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment