Add Windows support for E1.31 Streaming ACN protocol devices

This commit is contained in:
Adam Honse 2020-01-02 21:23:56 -06:00
parent a27c614a8b
commit 7bdf19387d
5 changed files with 12 additions and 9 deletions

View file

@ -13,6 +13,8 @@
#ifndef WIN32
#include <unistd.h>
#include <dirent.h>
#else
#include <windows.h>
#endif
#ifndef WIN32
@ -167,4 +169,4 @@ void DetectE131Controllers(std::vector<RGBController*> &rgb_controllers)
}
}
} /* DetectLEDStripControllers() */
} /* DetectE131Controllers() */