audio-drain/audio/drain/debugRemove.h

21 lines
385 B
C

/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
* @license APACHE v2.0 (see license file)
*/
#ifdef __AUDIO_DRAIN_DEBUG_H__
#undef __AUDIO_DRAIN_DEBUG_H__
#undef DRAIN_BASE
#undef DRAIN_CRITICAL
#undef DRAIN_ERROR
#undef DRAIN_WARNING
#undef DRAIN_INFO
#undef DRAIN_DEBUG
#undef DRAIN_VERBOSE
#undef DRAIN_TODO
#undef DRAIN_ASSERT
#endif