Mercurial > mplayer.hg
diff loader/wine/msacmdrv.h @ 26045:a8ea87c71d18
Add MPLAYER_ prefix to multiple inclusion guards.
author | diego |
---|---|
date | Sat, 23 Feb 2008 14:50:55 +0000 |
parents | 2c8cdb9123b8 |
children | 0f1b5b68af32 |
line wrap: on
line diff
--- a/loader/wine/msacmdrv.h Sat Feb 23 14:47:43 2008 +0000 +++ b/loader/wine/msacmdrv.h Sat Feb 23 14:50:55 2008 +0000 @@ -2,8 +2,8 @@ * msacmdrv.h - Declarations for MSACM driver */ -#ifndef WINE_MSACMDRV_H -#define WINE_MSACMDRV_H +#ifndef MPLAYER_MSACMDRV_H +#define MPLAYER_MSACMDRV_H #include "windef.h" #include "msacm.h" @@ -200,4 +200,4 @@ DWORD cbwfxDst; } ACMDRVFORMATSUGGEST, *PACMDRVFORMATSUGGEST; -#endif /* WINE_MSACMDRV_H */ +#endif /* MPLAYER_MSACMDRV_H */