comparison dvdread_internal.h @ 3:fdbae45c30fc src

moved to src/ the sources files
author nicodvb
date Sun, 01 Jun 2008 15:16:10 +0000
parents
children ac07d427fbc6
comparison
equal deleted inserted replaced
2:a286eb135a1a 3:fdbae45c30fc
1 #ifndef DVDREAD_INTERNAL_H
2 #define DVDREAD_INTERNAL_H
3
4 #ifdef _MSC_VER
5 #include <unistd.h>
6 #endif /* _MSC_VER */
7
8 #define CHECK_VALUE(arg) \
9 if(!(arg)) { \
10 fprintf(stderr, "\n*** libdvdread: CHECK_VALUE failed in %s:%i ***" \
11 "\n*** for %s ***\n\n", \
12 __FILE__, __LINE__, # arg ); \
13 }
14
15 #endif /* DVDREAD_INTERNAL_H */