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