mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
9 lines
155 B
C++
9 lines
155 B
C++
#include "i2-base.h"
|
|
|
|
#if I2_PLATFORM == PLATFORM_WINDOWS
|
|
|
|
using namespace icinga;
|
|
|
|
/* nothing here (yet) */
|
|
|
|
#endif /* I2_PLATFORM == PLATFORM_WINDOWS */
|