summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 21:34:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-02 21:34:39 +0000
commit437e32353f50cd6bd5acdaeb60f47cfebc9ff87d (patch)
treef170e265c25961aeea93369b124cf899d542a2a1 /libmpdemux
parente2928ff7294156ca22c73fba09c6df7c8895d845 (diff)
downloadmpv-437e32353f50cd6bd5acdaeb60f47cfebc9ff87d.tar.bz2
mpv-437e32353f50cd6bd5acdaeb60f47cfebc9ff87d.tar.xz
Consistently use filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/ms_hdr.h4
-rw-r--r--libmpdemux/stheader.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/libmpdemux/ms_hdr.h b/libmpdemux/ms_hdr.h
index 153f1ad361..90ee7e82e5 100644
--- a/libmpdemux/ms_hdr.h
+++ b/libmpdemux/ms_hdr.h
@@ -1,5 +1,5 @@
-#ifndef __MS_HEADER_H
-#define __MS_HEADER_H 1
+#ifndef __MS_HDR_H
+#define __MS_HDR_H
#ifndef _WAVEFORMATEX_
#define _WAVEFORMATEX_
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index fc57100625..8c1a05e46d 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -1,5 +1,5 @@
-#ifndef __ST_HEADER_H
-#define __ST_HEADER_H 1
+#ifndef __STHEADER_H__
+#define __STHEADER_H__
#include "aviheader.h"
#include "ms_hdr.h"