view dvdread/dvdread_internal.h @ 331:3ddf1838e3b1 src

make static const various tables; NULL were changed to emtpy strings; patch by Diego Petten
author nicodvb
date Sat, 05 Jan 2008 15:17:28 +0000
parents 9b1b740e3fc9
children
line wrap: on
line source

#ifndef DVDREAD_INTERNAL_H
#define DVDREAD_INTERNAL_H

#ifdef _MSC_VER
#include <unistd.h>
#endif /* _MSC_VER */

#define CHECK_VALUE(arg) \
 if(!(arg)) { \
   fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \
                   "\n*** for %s ***\n\n", \
                   __FILE__, __LINE__, # arg ); \
 }

#endif /* DVDREAD_INTERNAL_H */