2015-01-25 22:17:06 +01:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2015, Edouard DUPIN, all right reserved
|
2017-01-05 21:28:23 +01:00
|
|
|
* @license MPL v2.0 (see license file)
|
2015-01-25 22:17:06 +01:00
|
|
|
*/
|
2016-02-02 21:18:54 +01:00
|
|
|
#pragma once
|
2015-01-25 22:17:06 +01:00
|
|
|
|
2015-02-05 21:33:12 +01:00
|
|
|
#undef RIVER_BASE
|
|
|
|
#undef RIVER_CRITICAL
|
|
|
|
#undef RIVER_ERROR
|
|
|
|
#undef RIVER_WARNING
|
|
|
|
#undef RIVER_INFO
|
|
|
|
#undef RIVER_DEBUG
|
|
|
|
#undef RIVER_VERBOSE
|
|
|
|
#undef RIVER_TODO
|
|
|
|
#undef RIVER_ASSERT
|
2015-03-22 09:29:21 +01:00
|
|
|
|