mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Consistently use filenames as multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23703 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c6f9387ad8
commit
897899ce90
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __APPS_H
|
||||
#define __APPS_H
|
||||
#ifndef __APP_H
|
||||
#define __APP_H
|
||||
|
||||
#include "bitmap.h"
|
||||
#include "wm/ws.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __MYMPLAYERHANDLER
|
||||
#define __MYMPLAYERHANDLER
|
||||
#ifndef __GMPLAYER_H
|
||||
#define __GMPLAYER_H
|
||||
|
||||
extern int mplSubRender;
|
||||
extern int mplMainRender;
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __GUI_MESSAGEBOX_H
|
||||
#define __GUI_MESSAGEBOX_H
|
||||
#ifndef __GUI_MB_H
|
||||
#define __GUI_MB_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __PREFERENCES_H
|
||||
#define __PREFERENCES_H
|
||||
#ifndef __OPTS_H
|
||||
#define __OPTS_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __MY_WIDGET
|
||||
#define __MY_WIDGET
|
||||
#ifndef __WIDGETS_H
|
||||
#define __WIDGETS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __MY_SKIN
|
||||
#define __MY_SKIN
|
||||
#ifndef __SKIN_H
|
||||
#define __SKIN_H
|
||||
|
||||
#include "app.h"
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
// Writed by pontscho / fresh!mindworkz
|
||||
// ----------------------------------------------------------------------------------------------
|
||||
|
||||
#ifndef __MY_WS
|
||||
#define __MY_WS
|
||||
#ifndef __WS_H
|
||||
#define __WS_H
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef _MY_WSKEY
|
||||
#define _MY_WSKEY
|
||||
#ifndef _WSKEYS_H
|
||||
#define _WSKEYS_H
|
||||
|
||||
#define wsKeyNone -1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef _XDND_H_
|
||||
#define _XDND_H_
|
||||
#ifndef _WSXDND_H
|
||||
#define _WSXDND_H
|
||||
|
||||
|
||||
void wsXDNDInitialize(void);
|
||||
|
Loading…
Reference in New Issue
Block a user