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 389253d commit b6bf2c0Copy full SHA for b6bf2c0
src/discord/core.hpp
@@ -6,8 +6,10 @@
6
7
#include <chrono>
8
#ifdef _WIN32
9
+#ifndef NOMINMAX
10
#define NOMINMAX
11
#endif
12
+#endif
13
14
#include <discord.h>
15
#include <memory>
src/helper/sleep.cpp
@@ -4,7 +4,9 @@
4
#include "sleep.hpp"
5
#if defined(_MSC_VER)
#include <windows.h>
#else
#include <cerrno>
0 commit comments