Add Windows support for E1.31 Streaming ACN protocol devices
This commit is contained in:
parent
a27c614a8b
commit
7bdf19387d
5 changed files with 12 additions and 9 deletions
|
|
@ -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() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue