diff dvdnav_events.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 d3c273ced49c
children 0a5a6f03b029
line wrap: on
line diff
--- a/dvdnav_events.h	Sun Sep 14 16:05:09 2008 +0000
+++ b/dvdnav_events.h	Sun Sep 14 20:11:17 2008 +0000
@@ -25,8 +25,8 @@
  * This header defines events and event types
  */
 
-#ifndef DVDNAV_EVENTS_H_INCLUDED
-#define DVDNAV_EVENTS_H_INCLUDED
+#ifndef LIBDVDNAV_DVDNAV_EVENTS_H
+#define LIBDVDNAV_DVDNAV_EVENTS_H
 
 /*
  * DVDNAV_BLOCK_OK
@@ -236,4 +236,4 @@
 #define DVDNAV_WAIT			13
 
 
-#endif /* DVDNAV_EVENTS_H_INCLUDED */
+#endif /* LIBDVDNAV_DVDNAV_EVENTS_H */