diff dvd_types.h @ 391:d232a96ac231 src

Use consistent multiple inclusion guards everywhere: Combine them from a LIBDVDNAV_ prefix and the filename.
author diego
date Sun, 14 Sep 2008 20:11:17 +0000
parents ef8c0e834a14
children 0a5a6f03b029
line wrap: on
line diff
--- a/dvd_types.h	Sun Sep 14 16:05:09 2008 +0000
+++ b/dvd_types.h	Sun Sep 14 20:11:17 2008 +0000
@@ -26,8 +26,8 @@
  * Various useful structs and enums for DVDs.
  */
 
-#ifndef DVD_H_INCLUDED
-#define DVD_H_INCLUDED
+#ifndef LIBDVDNAV_DVD_TYPES_H
+#define LIBDVDNAV_DVD_TYPES_H
 
 /*
  * DVD Menu ID
@@ -275,4 +275,4 @@
 
 #endif
 
-#endif /* DVD_H_INCLUDED */
+#endif /* LIBDVDNAV_DVD_TYPES_H */