mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix compile on OpenBSD
This commit is contained in:
@@ -248,13 +248,13 @@ typedef uint8_t DiscordNetworkChannelId;
|
||||
#ifdef __APPLE__
|
||||
typedef void IDXGISwapChain;
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#if defined (__linux__) || defined (__OpenBSD__)
|
||||
typedef void IDXGISwapChain;
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
typedef void MSG;
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#if defined (__linux__) || defined (__OpenBSD__)
|
||||
typedef void MSG;
|
||||
#endif
|
||||
typedef char DiscordPath[4096];
|
||||
|
||||
Reference in New Issue
Block a user