mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 20:31:37 +00:00
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:
parent
e2928ff729
commit
437e32353f
@ -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"
|
||||
|
||||
|
@ -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_
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user