mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
Consistently use path as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01e19430f5
commit
802b125c30
@ -3,10 +3,10 @@
|
||||
* AVIFMT - AVI file format definitions
|
||||
*
|
||||
****************************************************************************/
|
||||
#ifndef AVIFMT
|
||||
#define AVIFMT
|
||||
#ifndef WINE_AVIFMT_H
|
||||
#define WINE_AVIFMT_H
|
||||
|
||||
#ifndef NOAVIFMT
|
||||
#ifndef WINE_NOAVIFMT_H
|
||||
|
||||
#ifndef __WINE_WINDEF_H
|
||||
#include "wine/windef.h"
|
||||
@ -240,5 +240,5 @@ typedef struct
|
||||
**
|
||||
** Used in video streams.
|
||||
*/
|
||||
#endif /* NOAVIFMT */
|
||||
#endif /* AVIFMT */
|
||||
#endif /* WINE_NOAVIFMT_H */
|
||||
#endif /* WINE_AVIFMT_H */
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __WINE_WINE_WINESTRING_H
|
||||
#define __WINE_WINE_WINESTRING_H
|
||||
#ifndef __WINE_WINESTRING_H
|
||||
#define __WINE_WINESTRING_H
|
||||
|
||||
#include "windef.h"
|
||||
|
||||
@ -10,4 +10,4 @@ LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
|
||||
|
||||
#define lstrncmpiA strncasecmp
|
||||
|
||||
#endif /* __WINE_WINE_WINESTRING_H */
|
||||
#endif /* __WINE_WINESTRING_H */
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef _WINUSER_
|
||||
#define _WINUSER_
|
||||
#ifndef _WINE_WINUSER_H
|
||||
#define _WINE_WINUSER_H
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#include <stdarg.h>
|
||||
@ -2926,4 +2926,4 @@ VOID WINAPI ScreenSwitchEnable16(WORD);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _WINUSER_ */
|
||||
#endif /* _WINE_WINUSER_H */
|
||||
|
Loading…
Reference in New Issue
Block a user