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:
diego 2007-09-10 16:17:13 +00:00
parent 9489e9dd4b
commit 36a28b6f50
4 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -241,4 +241,4 @@ typedef struct
** Used in video streams.
*/
#endif /* NOAVIFMT */
#endif
#endif /* AVIFMT */

View File

@ -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 */

View File

@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
#include "poppack.h"
#endif
#endif /* __WINE_NTDEF_H */