[vlc-devel] commit: vlc.h: Fix VLC_PUBLIC_API. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Mar 26 00:18:32 CET 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Mar 26 00:18:29 2008 +0100| [6db7a77a4f1d9466930aac3217c513d7b9bef18f]
vlc.h: Fix VLC_PUBLIC_API.
Typo from previous commit.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6db7a77a4f1d9466930aac3217c513d7b9bef18f
---
include/vlc/vlc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h
index 0201cfe..d4d522c 100644
--- a/include/vlc/vlc.h
+++ b/include/vlc/vlc.h
@@ -160,8 +160,8 @@ struct vlc_list_t
/*****************************************************************************
* Shared library Export macros
*****************************************************************************/
-#ifndef VLC_DEPRECATED_API
-# define VLC_DEPRECATED_API extern
+#ifndef VLC_PUBLIC_API
+# define VLC_PUBLIC_API extern
#endif
/*****************************************************************************
More information about the vlc-devel
mailing list