mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
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 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.
|
||||
*/
|
||||
#endif /* NOAVIFMT */
|
||||
#endif
|
||||
#endif /* AVIFMT */
|
||||
|
@ -11,4 +11,4 @@ void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
|
||||
void *ELFDLL_dlopen(const char *libname, int flags);
|
||||
extern char *extra_ld_library_path;
|
||||
|
||||
#endif
|
||||
#endif /* __WINE_ELFDLL_H */
|
||||
|
@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
|
||||
|
||||
#include "poppack.h"
|
||||
|
||||
#endif
|
||||
#endif /* __WINE_NTDEF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user