mirror of https://github.com/Icinga/icinga2.git
parent
788ec26d64
commit
a5a869f390
|
@ -58,6 +58,10 @@
|
|||
# pragma warning(disable:4345)
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifndef NDEBUG
|
||||
# define _DEBUG
|
||||
#endif /* NDEBUG */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in New Issue