Merge pull request #18 from dg0tm/fix_DD-Mode

fix DD-Mode
This commit is contained in:
Jonathan Naylor 2019-01-08 08:31:25 +00:00 committed by GitHub
commit 15994baca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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