Commit 9e9b39ff authored by Cyril Deguet's avatar Cyril Deguet

* vlc_stream.h: added missing extern "C" (prevented compilation of skins2

  module in builtin mode)
parent 18e1ef36
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
#ifndef _VLC_STREAM_H #ifndef _VLC_STREAM_H
#define _VLC_STREAM_H 1 #define _VLC_STREAM_H 1
# ifdef __cplusplus
extern "C" {
# endif
/** /**
* \defgroup stream Stream * \defgroup stream Stream
* *
...@@ -205,4 +209,8 @@ VLC_EXPORT( stream_t *,__stream_UrlNew, (vlc_object_t *p_this, const char *psz_u ...@@ -205,4 +209,8 @@ VLC_EXPORT( stream_t *,__stream_UrlNew, (vlc_object_t *p_this, const char *psz_u
* @} * @}
*/ */
# ifdef __cplusplus
}
# endif
#endif #endif
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