git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5daa9d2
)
vlc_common.h: VLC_EXPORT should have extern if there is no visibility support.
author
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 10 Feb 2008 01:04:07 +0000
(
01:04
+0000)
committer
Pierre d'Herbemont
<pdherbemont@videolan.org>
Sun, 10 Feb 2008 01:04:07 +0000
(
01:04
+0000)
include/vlc_common.h
patch
|
blob
|
history
diff --git
a/include/vlc_common.h
b/include/vlc_common.h
index
b8b3087
..
d2e0ffb
100644
(file)
--- a/
include/vlc_common.h
+++ b/
include/vlc_common.h
@@
-487,7
+487,7
@@
typedef int ( * vlc_callback_t ) ( vlc_object_t *, /* variable's object */
# else
# define VLC_PUBLIC_API extern
# define VLC_PRIVATE_API extern
-# define VLC_EXPORT( type, name, args ) type name args
+# define VLC_EXPORT( type, name, args )
extern
type name args
# define VLC_INTERNAL( type, name, args ) type name args
# endif
# endif