]> git.sesse.net Git - vlc/blobdiff - include/vlc_xml.h
Win32: use IsProcessorFeaturePresent() to detect available instructions
[vlc] / include / vlc_xml.h
index 2a2461aa87c97131a76d3d7deb52a3ab90652f74..20b097059adb5334912b2591fca3460161e75a58 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 VLC_XML_H
+#define VLC_XML_H
 
-#ifndef _VLC_XML_H
-#define _VLC_XML_H
+/**
+ * \file
+ * This file defines functions and structures to handle xml tags in vlc
+ *
+ */
 
 # ifdef __cplusplus
 extern "C" {