- #include "Config.h" // Global Configuration - do not remove!
- #ifndef _CDNAV_ERR_H
- #define _CDNAV_ERR_H
- //#include "core_err.h"
- #include "PlayCorecoremaincore_err.h" //kz 07092002
- #define CDNAV_ERR_PROHIBITED_UOP MAKE_ERROR_CODE(CDNAV_ERROR_BASE, 1 )
- #define CDNAV_ERR_REPEAT_AB_PROHIBIT MAKE_ERROR_CODE(CDNAV_ERROR_BASE, 2 )
- #endif