1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef RVL_SDK_DVD_ID_UTILS_H #define RVL_SDK_DVD_ID_UTILS_H #include "common.h" #include "rvl/DVD/dvd.h" #ifdef __cplusplus extern "C" { #endif BOOL DVDCompareDiskID(const DVDDiskID *id1, const DVDDiskID *id2); #ifdef __cplusplus } #endif #endif