comparison dvdnav.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
comparison
equal deleted inserted replaced
390:ef8c0e834a14 391:d232a96ac231
24 /* 24 /*
25 * This is the main header file applications should include if they want 25 * This is the main header file applications should include if they want
26 * to access dvdnav functionality. 26 * to access dvdnav functionality.
27 */ 27 */
28 28
29 #ifndef DVDNAV_H_INCLUDED 29 #ifndef LIBDVDNAV_DVDNAV_H
30 #define DVDNAV_H_INCLUDED 30 #define LIBDVDNAV_DVDNAV_H
31 31
32 #define MP_DVDNAV 1 32 #define MP_DVDNAV 1
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 extern "C" { 35 extern "C" {
679 679
680 #ifdef __cplusplus 680 #ifdef __cplusplus
681 } 681 }
682 #endif 682 #endif
683 683
684 #endif /* DVDNAV_H_INCLUDED */ 684 #endif /* LIBDVDNAV_DVDNAV_H */