[vlc-devel] [PATCH] include/vlc_plugin.h: fixed problematic linkage on callback argument

Rémi Denis-Courmont remi at remlab.net
Mon Feb 22 20:11:16 CET 2016


Le 2016-02-22 21:10, Filip Roséen a écrit :
> #if defined( __cplusplus )
> # define EXTERN_SYMBOL extern "C"
> #else
> # define EXTERN_SYMBOL
> #endif
>
> In other words, it will either expand to extern "C" when compiled as
> C++, or nothing (when compiled as C).

I know that. You are not answering my question.

Also please avoid HTML formatting.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


More information about the vlc-devel mailing list