icinga2/base/win32.h

17 lines
267 B
C

#ifndef WIN32_H
#define WIN32_H
#define NOGDI
#include <windows.h>
#include <imagehlp.h>
#include <shlwapi.h>
typedef int socklen_t;
#define MAXPATHLEN MAX_PATH
#define I2_EXPORT __declspec(dllexport)
#define I2_IMPORT __declspec(dllimport)
#endif /* WIN32_H */