icinga2/base/win32.h

14 lines
217 B
C
Raw Normal View History

#ifndef WIN32_H
#define WIN32_H
2012-03-28 13:24:49 +02:00
#define NOGDI
2012-03-28 13:24:49 +02:00
#include <windows.h>
#include <imagehlp.h>
typedef int socklen_t;
#define I2_EXPORT __declspec(dllexport)
#define I2_IMPORT __declspec(dllimport)
#endif /* WIN32_H */