mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add OpenBSD to the list of Unixes declaring CEXIETHERNET.
This commit is contained in:
@ -327,11 +327,12 @@ public:
|
|||||||
OVERLAPPED mWriteOverlapped;
|
OVERLAPPED mWriteOverlapped;
|
||||||
std::vector<u8> mWriteBuffer;
|
std::vector<u8> mWriteBuffer;
|
||||||
bool mWritePending;
|
bool mWritePending;
|
||||||
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
|
#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||||
int fd;
|
int fd;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(WIN32) || defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
|
#if defined(WIN32) || defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || \
|
||||||
|
defined(__OpenBSD__)
|
||||||
std::thread readThread;
|
std::thread readThread;
|
||||||
Common::Flag readEnabled;
|
Common::Flag readEnabled;
|
||||||
Common::Flag readThreadShutdown;
|
Common::Flag readThreadShutdown;
|
||||||
|
Reference in New Issue
Block a user