]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_threads.h
index 9627fc1fc01bd8b22abd8cfebe2bc847cd6127c0..e36a07cdf08f27c32b21070e7e9c86339a854bfe 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #include <stdio.h>
 
 #if defined(DEBUG) && defined(HAVE_SYS_TIME_H)