From 51a867439f30b5c1cbace6d6a9cfc238581b1fe2 Mon Sep 17 00:00:00 2001 From: Christoph kottke Date: Mon, 7 Jan 2019 13:10:35 +0100 Subject: [PATCH] fix DD-Mode after commit baeee75 no packet transmit from repater on DD-mode --- Common/DDHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DDHandler.cpp b/Common/DDHandler.cpp index f1f6f28..faa9a40 100644 --- a/Common/DDHandler.cpp +++ b/Common/DDHandler.cpp @@ -252,7 +252,7 @@ CDDData* CDDHandler::read() if (m_maxRoutes == 0U) return NULL; -#if !defined(WIN32) +#if defined(__WINDOWS__) return NULL; #else // Check that the read() won't block