audio-drain/audio/drain/debugRemove.hpp

21 lines
385 B
C++
Raw Normal View History

2016-05-02 22:01:55 +02:00
/** @file
* @author Edouard DUPIN
* @copyright 2011, Edouard DUPIN, all right reserved
2016-05-02 22:01:55 +02:00
* @license APACHE v2.0 (see license file)
*/
2015-04-10 23:00:13 +02:00
#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