]> git.sesse.net Git - vlc/blobdiff - include/vlc_os_specific.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_os_specific.h
index f3153a2cc8037323a9992fca4bfcee907e31d6a5..a329f223fd10f7c13326a99c69eb153acae20177 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
+
 #ifndef _NEED_OS_SPECIFIC_H
 #   define _NEED_OS_SPECIFIC_H 1
 #endif