comparison dvdnav_internal.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
19 * 19 *
20 * $Id$ 20 * $Id$
21 * 21 *
22 */ 22 */
23 23
24 #ifndef DVDNAV_INTERNAL_H_INCLUDED 24 #ifndef LIBDVDNAV_DVDNAV_INTERNAL_H
25 #define DVDNAV_INTERNAL_H_INCLUDED 25 #define LIBDVDNAV_DVDNAV_INTERNAL_H
26 26
27 #ifdef HAVE_CONFIG_H 27 #ifdef HAVE_CONFIG_H
28 #include "config.h" 28 #include "config.h"
29 #endif 29 #endif
30 30
193 #endif /* WIN32 */ 193 #endif /* WIN32 */
194 #endif 194 #endif
195 #define printerr(str) \ 195 #define printerr(str) \
196 do { if (this) strncpy(this->err_str, str, MAX_ERR_LEN - 1); } while (0) 196 do { if (this) strncpy(this->err_str, str, MAX_ERR_LEN - 1); } while (0)
197 197
198 #endif /* DVDNAV_INTERNAL_H_INCLUDED */ 198 #endif /* LIBDVDNAV_DVDNAV_INTERNAL_H */