mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-07 15:52:25 -04:00
parent
788ec26d64
commit
a5a869f390
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue