# HG changeset patch # User diego # Date 1189441033 0 # Node ID 93b87066f9dadbc4e8bdd6cf6be88231f319c707 # Parent 52c5107adea8c749e7ff0e5e1acc5754a4a1b2be cosmetics: Add comments to some #endif preprocessor directives. diff -r 52c5107adea8 -r 93b87066f9da loader/dshow/libwin32.h --- a/loader/dshow/libwin32.h Mon Sep 10 15:38:11 2007 +0000 +++ b/loader/dshow/libwin32.h Mon Sep 10 16:17:13 2007 +0000 @@ -253,4 +253,4 @@ #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 */ diff -r 52c5107adea8 -r 93b87066f9da loader/wine/avifmt.h --- a/loader/wine/avifmt.h Mon Sep 10 15:38:11 2007 +0000 +++ b/loader/wine/avifmt.h Mon Sep 10 16:17:13 2007 +0000 @@ -241,4 +241,4 @@ ** Used in video streams. */ #endif /* NOAVIFMT */ -#endif +#endif /* AVIFMT */ diff -r 52c5107adea8 -r 93b87066f9da loader/wine/elfdll.h --- a/loader/wine/elfdll.h Mon Sep 10 15:38:11 2007 +0000 +++ b/loader/wine/elfdll.h Mon Sep 10 16:17:13 2007 +0000 @@ -11,4 +11,4 @@ void *ELFDLL_dlopen(const char *libname, int flags); extern char *extra_ld_library_path; -#endif +#endif /* __WINE_ELFDLL_H */ diff -r 52c5107adea8 -r 93b87066f9da loader/wine/ntdef.h --- a/loader/wine/ntdef.h Mon Sep 10 15:38:11 2007 +0000 +++ b/loader/wine/ntdef.h Mon Sep 10 16:17:13 2007 +0000 @@ -98,4 +98,4 @@ #include "poppack.h" -#endif +#endif /* __WINE_NTDEF_H */