2016-05-02 22:01:55 +02:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
2015-01-25 22:10:49 +01:00
|
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
2017-01-05 21:28:23 +01:00
|
|
|
* @license MPL v2.0 (see license file)
|
2015-01-25 22:10:49 +01:00
|
|
|
*/
|
|
|
|
|
2015-04-10 23:00:13 +02:00
|
|
|
#ifdef __AUDIO_DRAIN_DEBUG_H__
|
|
|
|
#undef __AUDIO_DRAIN_DEBUG_H__
|
2015-01-25 22:10:49 +01:00
|
|
|
|
2015-02-05 21:33:12 +01:00
|
|
|
#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
|
2015-01-25 22:10:49 +01:00
|
|
|
#endif
|
|
|
|
|