]> git.sesse.net Git - vlc/blobdiff - include/vlc_arrays.h
VLC resource file is only for Win32
[vlc] / include / vlc_arrays.h
index f2c515c3a0c197783e30d3429fa1f6d59165855f..faf69d4a2854b6b3e307c34857c8b2ef9419998c 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_
 
-#ifndef _VLC_ARRAYS_H_
-#define _VLC_ARRAYS_H_
+/**
+ * \file
+ * This file defines functions, structures and macros for handling arrays in vlc
+ */
 
 /**
  * Simple dynamic array handling. Array is realloced at each insert/removal