mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-16 00:01:51 -04:00
Add Windows support for E1.31 Streaming ACN protocol devices
This commit is contained in:
@@ -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() */
|
||||
|
||||
Reference in New Issue
Block a user