summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loader/dshow/libwin32.h2
-rw-r--r--loader/wine/avifmt.h2
-rw-r--r--loader/wine/elfdll.h2
-rw-r--r--loader/wine/ntdef.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index db1f5de501..38e6230316 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -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 */
diff --git a/loader/wine/avifmt.h b/loader/wine/avifmt.h
index 09cf620214..1cea33bc94 100644
--- a/loader/wine/avifmt.h
+++ b/loader/wine/avifmt.h
@@ -241,4 +241,4 @@ typedef struct
** Used in video streams.
*/
#endif /* NOAVIFMT */
-#endif
+#endif /* AVIFMT */
diff --git a/loader/wine/elfdll.h b/loader/wine/elfdll.h
index 1f356856ff..6ae493d2ef 100644
--- a/loader/wine/elfdll.h
+++ b/loader/wine/elfdll.h
@@ -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 */
diff --git a/loader/wine/ntdef.h b/loader/wine/ntdef.h
index edf0af86c1..c87630ff09 100644
--- a/loader/wine/ntdef.h
+++ b/loader/wine/ntdef.h
@@ -98,4 +98,4 @@ typedef OBJECT_ATTRIBUTES *POBJECT_ATTRIBUTES;
#include "poppack.h"
-#endif
+#endif /* __WINE_NTDEF_H */