Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-12-16 20:50:53 +01:00
105 changed files with 270 additions and 240 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "ShutdownHandler.hxx"
#ifndef WIN32
#ifndef _WIN32
#include "event/SignalMonitor.hxx"
#include "event/Loop.hxx"

View File

@@ -28,7 +28,7 @@ public:
~ShutdownHandler();
};
#ifdef WIN32
#ifdef _WIN32
ShutdownHandler::ShutdownHandler(EventLoop &loop) {}
ShutdownHandler::~ShutdownHandler() {}
#endif

View File

@@ -25,7 +25,7 @@
#include <stdexcept>
#ifdef WIN32
#ifdef _WIN32
#include <ws2tcpip.h>
#include <winsock.h>
#else