mirror of https://github.com/mpv-player/mpv
cosmetics: Add comments to some #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24422 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9489e9dd4b
commit
36a28b6f50
|
@ -253,4 +253,4 @@ struct IRtConfig
|
||||||
#define fccYVU9 mmioFOURCC('Y', 'V', 'U', '9')/* Planar 4:1:0 */
|
#define fccYVU9 mmioFOURCC('Y', 'V', 'U', '9')/* Planar 4:1:0 */
|
||||||
#define fccIF09 mmioFOURCC('I', 'F', '0', '9')/* Planar 4:1:0 + delta */
|
#define fccIF09 mmioFOURCC('I', 'F', '0', '9')/* Planar 4:1:0 + delta */
|
||||||
|
|
||||||
#endif
|
#endif /* __LIBWIN32_H */
|
||||||
|
|
|
@ -241,4 +241,4 @@ typedef struct
|
||||||
** Used in video streams.
|
** Used in video streams.
|
||||||
*/
|
*/
|
||||||
#endif /* NOAVIFMT */
|
#endif /* NOAVIFMT */
|
||||||
#endif
|
#endif /* AVIFMT */
|
||||||
|
|
|
@ -11,4 +11,4 @@ void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
|
||||||
void *ELFDLL_dlopen(const char *libname, int flags);
|
void *ELFDLL_dlopen(const char *libname, int flags);
|
||||||
extern char *extra_ld_library_path;
|
extern char *extra_ld_library_path;
|
||||||
|
|
||||||
#endif
|
#endif /* __WINE_ELFDLL_H */
|
||||||
|
|
|
@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
|
||||||
|
|
||||||
#include "poppack.h"
|
#include "poppack.h"
|
||||||
|
|
||||||
#endif
|
#endif /* __WINE_NTDEF_H */
|
||||||
|
|
Loading…
Reference in New Issue