Commit c0f4bfc5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Headers: use non-reserved identifiers for multi-inclusion protection

parent 3c1f9b97
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _LIBVLC_DEPRECATED_H #ifndef LIBVLC_DEPRECATED_H
#define _LIBVLC_DEPRECATED_H 1 #define LIBVLC_DEPRECATED_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _LIBVLC_EVENTS_H #ifndef LIBVLC_EVENTS_H
#define _LIBVLC_EVENTS_H 1 #define LIBVLC_EVENTS_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _LIBVLC_MEDIA_LIST_H #ifndef LIBVLC_MEDIA_LIST_H
#define _LIBVLC_MEDIA_LIST_H 1 #define LIBVLC_MEDIA_LIST_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _LIBVLC_STRUCTURES_H #ifndef LIBVLC_STRUCTURES_H
#define _LIBVLC_STRUCTURES_H 1 #define LIBVLC_STRUCTURES_H 1
#include <stdint.h> #include <stdint.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _LIBVLC_VLM_H #ifndef LIBVLC_VLM_H
#define _LIBVLC_VLM_H 1 #define LIBVLC_VLM_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
*/ */
#ifndef _VLC_CONTROL_H #ifndef VLC_CONTROL_H
#define _VLC_CONTROL_H 1 #define VLC_CONTROL_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* @{ * @{
*/ */
#ifndef _VLC_CONTROL_STRUCTURES_H #ifndef VLC_CONTROL_STRUCTURES_H
#define _VLC_CONTROL_STRUCTURES_H 1 #define VLC_CONTROL_STRUCTURES_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_VLC_H #ifndef VLC_VLC_H
#define _VLC_VLC_H 1 #define VLC_VLC_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_ACCESS_H #ifndef VLC_ACCESS_H
#define _VLC_ACCESS_H 1 #define VLC_ACCESS_H 1
#include <vlc_block.h> #include <vlc_block.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef __VLC_ACL_H #ifndef VLC_ACL_H
# define __VLC_ACL_H # define VLC_ACL_H
#define ACL_Create(a, b) __ACL_Create(VLC_OBJECT(a), b) #define ACL_Create(a, b) __ACL_Create(VLC_OBJECT(a), b)
#define ACL_Duplicate(a,b) __ACL_Duplicate(VLC_OBJECT(a),b) #define ACL_Duplicate(a,b) __ACL_Duplicate(VLC_OBJECT(a),b)
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_AOUT_H #ifndef VLC_AOUT_H
#define _VLC_AOUT_H 1 #define VLC_AOUT_H 1
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
#ifndef _VLC_ARRAYS_H_ #ifndef VLC_ARRAYS_H_
#define _VLC_ARRAYS_H_ #define VLC_ARRAYS_H_
/** /**
* Simple dynamic array handling. Array is realloced at each insert/removal * Simple dynamic array handling. Array is realloced at each insert/removal
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_BITS_H #ifndef VLC_BITS_H
#define _VLC_BITS_H 1 #define VLC_BITS_H 1
typedef struct bs_s typedef struct bs_s
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_BLOCK_H #ifndef VLC_BLOCK_H
#define _VLC_BLOCK_H 1 #define VLC_BLOCK_H 1
/**************************************************************************** /****************************************************************************
* block: * block:
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_BLOCK_HELPER_H #ifndef VLC_BLOCK_HELPER_H
#define _VLC_BLOCK_HELPER_H 1 #define VLC_BLOCK_HELPER_H 1
#include <vlc_block.h> #include <vlc_block.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef __VLC_CHARSET_H #ifndef VLC_CHARSET_H
#define __VLC_CHARSET_H 1 #define VLC_CHARSET_H 1
#include <stdarg.h> #include <stdarg.h>
#include <sys/types.h> #include <sys/types.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_CODEC_H #ifndef VLC_CODEC_H
#define _VLC_CODEC_H 1 #define VLC_CODEC_H 1
#include <vlc_block.h> #include <vlc_block.h>
#include <vlc_es.h> #include <vlc_es.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_CODECS_H #ifndef VLC_CODECS_H
#define _VLC_CODECS_H 1 #define VLC_CODECS_H 1
#ifdef HAVE_ATTRIBUTE_PACKED #ifdef HAVE_ATTRIBUTE_PACKED
# define ATTR_PACKED __attribute__((__packed__)) # define ATTR_PACKED __attribute__((__packed__))
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_HELP_H #ifndef VLC_HELP_H
#define _VLC_HELP_H 1 #define VLC_HELP_H 1
/* /*
* First, we need help strings for the General Settings and for the * First, we need help strings for the General Settings and for the
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_CONFIGURATION_H #ifndef VLC_CONFIGURATION_H
#define _VLC_CONFIGURATION_H 1 #define VLC_CONFIGURATION_H 1
# ifdef __cplusplus # ifdef __cplusplus
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_DEMUX_H #ifndef VLC_DEMUX_H
#define _VLC_DEMUX_H 1 #define VLC_DEMUX_H 1
#include <vlc_es.h> #include <vlc_es.h>
#include <vlc_stream.h> #include <vlc_stream.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_DEVICES_H #ifndef VLC_DEVICES_H
#define _VLC_DEVICES_H 1 #define VLC_DEVICES_H 1
enum enum
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_EPG_H #ifndef VLC_EPG_H
#define _VLC_EPG_H 1 #define VLC_EPG_H 1
typedef struct typedef struct
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_ES_H #ifndef VLC_ES_H
#define _VLC_ES_H 1 #define VLC_ES_H 1
/* FIXME: i'm not too sure about this include but it fixes compilation of /* FIXME: i'm not too sure about this include but it fixes compilation of
* video chromas -- dionoea */ * video chromas -- dionoea */
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_ES_OUT_H #ifndef VLC_ES_OUT_H
#define _VLC_ES_OUT_H 1 #define VLC_ES_OUT_H 1
/** /**
* \defgroup es out Es Out * \defgroup es out Es Out
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_FILTER_H #ifndef VLC_FILTER_H
#define _VLC_FILTER_H 1 #define VLC_FILTER_H 1
#include <vlc_es.h> #include <vlc_es.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_HTTPD_H #ifndef VLC_HTTPD_H
#define _VLC_HTTPD_H 1 #define VLC_HTTPD_H 1
enum enum
{ {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_IMAGE_H #ifndef VLC_IMAGE_H
#define _VLC_IMAGE_H 1 #define VLC_IMAGE_H 1
#include <vlc_vout.h> #include <vlc_vout.h>
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
*****************************************************************************/ *****************************************************************************/
/* __ is need because conflict with <vlc/input.h> */ /* __ is need because conflict with <vlc/input.h> */
#ifndef _VLC__INPUT_H #ifndef VLC__INPUT_H
#define _VLC__INPUT_H 1 #define VLC__INPUT_H 1
#include <vlc_es.h> #include <vlc_es.h>
#include <vlc_meta.h> #include <vlc_meta.h>
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_INTF_H_ #ifndef VLC_INTF_H_
#define _VLC_INTF_H_ #define VLC_INTF_H_
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_ISTRINGS_H #ifndef VLC_INTF_STRINGS_H
#define _VLC_ISTRINGS_H 1 #define VLC_INTF_STRINGS_H 1
/*************** Open dialogs **************/ /*************** Open dialogs **************/
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_KEYS_H #ifndef VLC_KEYS_H
#define _VLC_KEYS_H 1 #define VLC_KEYS_H 1
#define KEY_MODIFIER 0xFF000000 #define KEY_MODIFIER 0xFF000000
#define KEY_MODIFIER_ALT 0x01000000 #define KEY_MODIFIER_ALT 0x01000000
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_MD5_H #ifndef VLC_MD5_H
# define _VLC_MD5_H # define VLC_MD5_H
/***************************************************************************** /*****************************************************************************
* md5_s: MD5 message structure * md5_s: MD5 message structure
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_MESSAGES_H_ #ifndef VLC_MESSAGES_H_
#define _VLC_MESSAGES_H_ #define VLC_MESSAGES_H_
#include <stdarg.h> #include <stdarg.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_META_H #ifndef VLC_META_H
#define _VLC_META_H 1 #define VLC_META_H 1
#include <vlc_arrays.h> #include <vlc_arrays.h>
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef __VLC_NETWORK_H #ifndef VLC_NETWORK_H
# define __VLC_NETWORK_H # define VLC_NETWORK_H
#if defined( WIN32 ) #if defined( WIN32 )
# if !defined(UNDER_CE) # if !defined(UNDER_CE)
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_OSD_H #ifndef VLC_OSD_H
#define _VLC_OSD_H 1 #define VLC_OSD_H 1
#include "vlc_vout.h" #include "vlc_vout.h"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_PLAYLIST_H_ #ifndef VLC_PLAYLIST_H_
#define _VLC_PLAYLIST_H_ #define VLC_PLAYLIST_H_
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_RAND_H #ifndef VLC_RAND_H
# define _VLC_RAND_H # define VLC_RAND_H
VLC_EXPORT( void, vlc_rand_bytes, (void *buf, size_t len) ); VLC_EXPORT( void, vlc_rand_bytes, (void *buf, size_t len) );
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_SERVICES_DISCOVERY_H_ #ifndef VLC_SERVICES_DISCOVERY_H_
#define _VLC_SERVICES_DISCOVERY_H_ #define VLC_SERVICES_DISCOVERY_H_
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_SOUT_H_ #ifndef VLC_SOUT_H_
#define _VLC_SOUT_H_ #define VLC_SOUT_H_
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_STREAM_H #ifndef VLC_STREAM_H
#define _VLC_STREAM_H 1 #define VLC_STREAM_H 1
#include <vlc_block.h> #include <vlc_block.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_STRINGS_H #ifndef VLC_STRINGS_H
#define _VLC_STRINGS_H 1 #define VLC_STRINGS_H 1
/** /**
* \defgroup strings Strings * \defgroup strings Strings
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_THREADS_H_ #ifndef VLC_THREADS_H_
#define _VLC_THREADS_H_ #define VLC_THREADS_H_
#if defined( UNDER_CE ) #if defined( UNDER_CE )
/* WinCE API */ /* WinCE API */
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_TLS_H #ifndef VLC_TLS_H
# define _VLC_TLS_H # define VLC_TLS_H
# include <vlc_network.h> # include <vlc_network.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_UPDATE_H #ifndef VLC_UPDATE_H
#define _VLC_UPDATE_H #define VLC_UPDATE_H
/** /**
* \defgroup update Update * \defgroup update Update
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef __VLC_URL_H #ifndef VLC_URL_H
# define __VLC_URL_H # define VLC_URL_H
struct vlc_url_t struct vlc_url_t
{ {
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_VARIABLES_H #ifndef VLC_VARIABLES_H
#define _VLC_VARIABLES_H 1 #define VLC_VARIABLES_H 1
/** /**
* \defgroup variables Variables * \defgroup variables Variables
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_VLM_H #ifndef VLC_VLM_H
#define _VLC_VLM_H 1 #define VLC_VLM_H 1
#include <vlc_input.h> #include <vlc_input.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_VOD_H #ifndef VLC_VOD_H
#define _VLC_VOD_H 1 #define VLC_VOD_H 1
struct vod_t struct vod_t
{ {
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_VOUT_H_ #ifndef VLC_VOUT_H_
#define _VLC_VOUT_H_ 1 #define VLC_VOUT_H_ 1
#include <vlc_es.h> #include <vlc_es.h>
#include <vlc_filter.h> #include <vlc_filter.h>
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/ *****************************************************************************/
#ifndef _VLC_XML_H #ifndef VLC_XML_H
#define _VLC_XML_H #define VLC_XML_H
# ifdef __cplusplus # ifdef __cplusplus
extern "C" { extern "C" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment