mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-14 19:46:39 +00:00
Support socket closing on Linux
This commit is contained in:
parent
60c26f5176
commit
96f376af54
1 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,11 @@
|
|||
#include <QLineEdit>
|
||||
#include <QSignalMapper>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#define closesocket ::close
|
||||
#endif
|
||||
|
||||
#define MAX_LEDS_PER_UNIVERSE 170
|
||||
|
||||
void DeviceListChanged_Callback(void * this_ptr)
|
||||
|
|
|
|||
Loading…
Reference in a new issue