Mercurial > libdvdnav.hg
view dvdread_internal.h @ 180:0828d362270f src
there is no such autoconf substitute, so this is useless
author | mroi |
---|---|
date | Tue, 29 Apr 2003 14:48:19 +0000 |
parents | 4e099155c968 |
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 */