mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 00:02:49 -04:00
parent
e52b2b6509
commit
9932f60522
1 changed files with 4 additions and 4 deletions
|
|
@ -56,12 +56,12 @@
|
|||
# pragma warning(disable:4251)
|
||||
# pragma warning(disable:4275)
|
||||
# pragma warning(disable:4345)
|
||||
#else /* _MSC_VER */
|
||||
# ifndef NDEBUG
|
||||
# define _DEBUG
|
||||
# endif /* NDEBUG */
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
#ifndef NDEBUG
|
||||
# define _DEBUG
|
||||
#endif /* NDEBUG */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
|||
Loading…
Reference in a new issue