summaryrefslogtreecommitdiffstats
path: root/gui/win32
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
commitfba0b66ff9164bb0e386e47e6051d4ab29997fb5 (patch)
treee28a0e81b672caa7b78825d89c06f7b7940b23e7 /gui/win32
parentb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (diff)
downloadmpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.bz2
mpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.xz
Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/win32')
-rw-r--r--gui/win32/dialogs.h2
-rw-r--r--gui/win32/gui.h2
-rw-r--r--gui/win32/playlist.h2
-rw-r--r--gui/win32/skinload.h2
-rw-r--r--gui/win32/wincfg.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/gui/win32/dialogs.h b/gui/win32/dialogs.h
index 48433d2c1b..d0b52a4965 100644
--- a/gui/win32/dialogs.h
+++ b/gui/win32/dialogs.h
@@ -131,4 +131,4 @@
#define GTK_MB_WARNING 0x4
#define GTK_MB_SIMPLE 0x8
-#endif
+#endif /* GUI_DIALOGS_H */
diff --git a/gui/win32/gui.h b/gui/win32/gui.h
index 4c98815caf..3c6c245947 100644
--- a/gui/win32/gui.h
+++ b/gui/win32/gui.h
@@ -117,4 +117,4 @@ extern void display_eqwindow(gui_t *gui);
extern void display_prefswindow(gui_t *gui);
extern void display_opensubtitlewindow(gui_t *gui);
-#endif
+#endif /* GUI_GUI_H */
diff --git a/gui/win32/playlist.h b/gui/win32/playlist.h
index 09d10a3bb4..38698e78c1 100644
--- a/gui/win32/playlist.h
+++ b/gui/win32/playlist.h
@@ -56,4 +56,4 @@ struct playlist_t
extern playlist_t *create_playlist(void);
extern BOOL adddirtoplaylist(playlist_t *playlist, const char* path, BOOL recursive);
-#endif
+#endif /* GUI_PLAYLIST_H */
diff --git a/gui/win32/skinload.h b/gui/win32/skinload.h
index 33b59ef996..69885f36df 100644
--- a/gui/win32/skinload.h
+++ b/gui/win32/skinload.h
@@ -212,4 +212,4 @@ extern skin_t *loadskin(char *skindir, int desktopbpp);
#define evShowWindow 7004
#define evFirstLoad 7005
-#endif
+#endif /* GUI_SKINLOAD_H */
diff --git a/gui/win32/wincfg.h b/gui/win32/wincfg.h
index 6d00c2ac8a..f55b368aa5 100644
--- a/gui/win32/wincfg.h
+++ b/gui/win32/wincfg.h
@@ -37,4 +37,4 @@ extern int gui_sub_pos_y;
extern int cfg_read(void);
extern int cfg_write(void);
-#endif
+#endif /* GUI_WINCFG_H */