We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1aa03 commit 61a625cCopy full SHA for 61a625c
game/platform.cc
@@ -14,6 +14,7 @@
14
#include <fcntl.h>
15
#include <IntSafe.h>
16
#include <ProcessEnv.h>
17
+#define NOGDI
18
#include <wincon.h>
19
20
#elif (BOOST_OS_MACOS)
game/platform/execname.win.inc
@@ -1,6 +1,7 @@
1
#ifndef WIN32_LEAN_AND_MEAN
2
#define WIN32_LEAN_AND_MEAN
3
#endif
4
5
#include <windows.h>
6
7
fs::path execname() {
0 commit comments