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 1799b2e commit ec22863Copy full SHA for ec22863
src/discord/core.hpp
@@ -12,6 +12,9 @@
12
#ifndef NOMINMAX
13
#define NOMINMAX
14
#endif
15
+#ifndef WIN32_LEAN_AND_MEAN
16
+#define WIN32_LEAN_AND_MEAN
17
+#endif
18
19
20
#include <discord.h>
src/libs/core/helper/sleep.cpp
@@ -7,6 +7,9 @@
7
8
9
10
11
#include <windows.h>
#else
#include <cerrno>
0 commit comments