Commit 2a371fbf authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Put a warning for developers

parent b8ef158d
......@@ -36,6 +36,10 @@
#include <vlc_common.h>
/* Note well: this header is included from LibVLC core.
* Therefore, static inline functions MUST NOT call LibVLC functions here
* (this can cause linkage failure on some platforms). */
/***************************************************************************
* Internal creation and destruction functions
***************************************************************************/
......
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