We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1aa03 commit 5d465b5Copy full SHA for 5d465b5
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() {
game/song.hh
@@ -1,5 +1,5 @@
#pragma once
-
+#define ERROR 69
#include "fs.hh"
#include "i18n.hh"
#include "json.hh"
0 commit comments