changeset 24402:93b87066f9da

cosmetics: Add comments to some #endif preprocessor directives.
author diego
date Mon, 10 Sep 2007 16:17:13 +0000
parents 52c5107adea8
children d31512f03462
files loader/dshow/libwin32.h loader/wine/avifmt.h loader/wine/elfdll.h loader/wine/ntdef.h
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 */
--- 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 */
--- 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 */
--- 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 */