From bb7b132e08455afc0db5f1473d070801ffbfa455 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Feb 2008 14:50:55 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/interfaces.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/dshow/interfaces.h') diff --git a/loader/dshow/interfaces.h b/loader/dshow/interfaces.h index ffa5753370..8cac9712b8 100644 --- a/loader/dshow/interfaces.h +++ b/loader/dshow/interfaces.h @@ -1,5 +1,5 @@ -#ifndef DS_INTERFACES_H -#define DS_INTERFACES_H +#ifndef MPLAYER_INTERFACES_H +#define MPLAYER_INTERFACES_H /* * Definition of important DirectShow interfaces. @@ -329,4 +329,4 @@ struct IDivxFilterInterface_vt HRESULT STDCALL ( *get_AspectRatio )(IDivxFilterInterface* This, int* x, IDivxFilterInterface* Thisit, int* y); }; -#endif /* DS_INTERFACES_H */ +#endif /*MPLAYER_INTERFACES_H */ -- cgit v1.2.3