Revert "Merge pull request #3069 from jriwanek-forks/OpenBSD"

This reverts commit bc78165dd8, reversing
changes made to f74b72d332.
This commit is contained in:
David Hrdlička
2023-02-01 16:48:07 +01:00
parent bc78165dd8
commit 4ebbeec488

View File

@@ -248,13 +248,13 @@ typedef uint8_t DiscordNetworkChannelId;
#ifdef __APPLE__ #ifdef __APPLE__
typedef void IDXGISwapChain; typedef void IDXGISwapChain;
#endif #endif
#if defined (__linux__) || defined (__OpenBSD__) #ifdef __linux__
typedef void IDXGISwapChain; typedef void IDXGISwapChain;
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
typedef void MSG; typedef void MSG;
#endif #endif
#if defined (__linux__) || defined (__OpenBSD__) #ifdef __linux__
typedef void MSG; typedef void MSG;
#endif #endif
typedef char DiscordPath[4096]; typedef char DiscordPath[4096];