We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cba117 commit 389253dCopy full SHA for 389253d
src/discord/core.hpp
@@ -5,6 +5,10 @@
5
#include "helper/expected.hpp"
6
7
#include <chrono>
8
+#ifdef _WIN32
9
+#define NOMINMAX
10
+#endif
11
+
12
#include <discord.h>
13
#include <memory>
14
#include <string>
src/helper/sleep.cpp
@@ -4,6 +4,7 @@
4
#include "sleep.hpp"
#if defined(_MSC_VER)
#include <windows.h>
#else
#include <cerrno>
0 commit comments