Consistently use filename as multiple inclusion guard.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23707 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-07-02 21:34:39 +00:00
parent e2928ff729
commit 437e32353f
3 changed files with 6 additions and 6 deletions

View File

@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __ASS_OPTIONS_H__
#define __ASS_OPTIONS_H__
#ifndef __ASS_MP_H__
#define __ASS_MP_H__
#include "subreader.h"

View File

@ -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_

View File

@ -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"