]> git.sesse.net Git - vlc/blobdiff - include/vlc_arrays.h
A bit of vlc/libvlc cleanup:
[vlc] / include / vlc_arrays.h
index bc165cd1df2c368bc53ac32666d01238685f7287..aa19662d8dfecd0640072a878db58cc53b30d760 100644 (file)
  * along with this program; if not, write to the Free Software
  * 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 _VLC_ARRAYS_H_
 #define _VLC_ARRAYS_H_