summaryrefslogtreecommitdiffstats
path: root/gui/win32
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 20:55:05 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 20:55:05 +0000
commitd416c25c9b92ffe45426baae1eb82a44a7441328 (patch)
tree8b5941084a226879a7e6b2ac8fe5c7d5b73f7198 /gui/win32
parent32cfb9ea172d278e4f5768c24f0d6036056b08c9 (diff)
downloadmpv-d416c25c9b92ffe45426baae1eb82a44a7441328.tar.bz2
mpv-d416c25c9b92ffe45426baae1eb82a44a7441328.tar.xz
Add consistent GUI prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23705 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/win32')
-rw-r--r--gui/win32/dialogs.h4
-rw-r--r--gui/win32/gui.h4
-rw-r--r--gui/win32/playlist.h4
-rw-r--r--gui/win32/skinload.h4
-rw-r--r--gui/win32/wincfg.h4
5 files changed, 10 insertions, 10 deletions
diff --git a/gui/win32/dialogs.h b/gui/win32/dialogs.h
index 77d1644118..ba611c97e3 100644
--- a/gui/win32/dialogs.h
+++ b/gui/win32/dialogs.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _DIALOGS_H
-#define _DIALOGS_H
+#ifndef _GUI_DIALOGS_H
+#define _GUI_DIALOGS_H
#define TBS_TOOLTIPS 0x0100
#define WM_SYSTRAY (WM_USER+1)
diff --git a/gui/win32/gui.h b/gui/win32/gui.h
index fa11fdb073..f6fb98059c 100644
--- a/gui/win32/gui.h
+++ b/gui/win32/gui.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _GUI_H
-#define _GUI_H
+#ifndef _GUI_GUI_H
+#define _GUI_GUI_H
#include "config.h"
#include "mplayer.h"
#include "playtree.h"
diff --git a/gui/win32/playlist.h b/gui/win32/playlist.h
index bc502dbc6c..a534a7f77a 100644
--- a/gui/win32/playlist.h
+++ b/gui/win32/playlist.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _PLAYLIST_H
-#define _PLAYLIST_H
+#ifndef _GUI_PLAYLIST_H
+#define _GUI_PLAYLIST_H
typedef struct
{
diff --git a/gui/win32/skinload.h b/gui/win32/skinload.h
index 50576e4aae..2ac0cd6fd8 100644
--- a/gui/win32/skinload.h
+++ b/gui/win32/skinload.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _SKINLOAD_H
-#define _SKINLOAD_H
+#ifndef _GUI_SKINLOAD_H
+#define _GUI_SKINLOAD_H
typedef struct
{
diff --git a/gui/win32/wincfg.h b/gui/win32/wincfg.h
index 20a4511ff2..bddb41988c 100644
--- a/gui/win32/wincfg.h
+++ b/gui/win32/wincfg.h
@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _WINCFG_H
-#define _WINCFG_H
+#ifndef _GUI_WINCFG_H
+#define _GUI_WINCFG_H
extern char *skinName;
extern int sub_window;