summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 12:18:44 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-08 12:18:44 +0000
commitccbdda2c664924344932c0aa3745e238260082c5 (patch)
tree31cce2d20468f1d1c01ef1debcc2d5410f4d4e0d /loader
parent2287ea0925ca4c75a56b552f726c1128e408695c (diff)
downloadmpv-ccbdda2c664924344932c0aa3745e238260082c5.tar.bz2
mpv-ccbdda2c664924344932c0aa3745e238260082c5.tar.xz
Add regular #define for header file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23513 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/dshow/mediatype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader/dshow/mediatype.h b/loader/dshow/mediatype.h
index cc77e1e3b9..d59cb36837 100644
--- a/loader/dshow/mediatype.h
+++ b/loader/dshow/mediatype.h
@@ -3,6 +3,8 @@
AM_MEDIA_TYPE service functions declarations
-------------------------------------------------------------------
*/
+#ifndef DS_MEDIATYPE_H
+#define DS_MEDIATYPE_H
#include "guids.h"
/**
@@ -75,3 +77,5 @@ AM_MEDIA_TYPE* CreateMediaType(const AM_MEDIA_TYPE* pSrc);
*
*/
int CompareMediaTypes(const AM_MEDIA_TYPE * pmt1, const AM_MEDIA_TYPE * pmt2, int bWildcards);
+
+#endif // DS_MEDIA_TYPE_H