mirror of https://github.com/Icinga/icinga2.git
10 lines
155 B
C++
10 lines
155 B
C++
|
#include "i2-base.h"
|
||
|
|
||
|
#if I2_PLATFORM == PLATFORM_WINDOWS
|
||
|
|
||
|
using namespace icinga;
|
||
|
|
||
|
/* nothing here (yet) */
|
||
|
|
||
|
#endif /* I2_PLATFORM == PLATFORM_WINDOWS */
|