We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fe85d commit 759ddd6Copy full SHA for 759ddd6
1 file changed
Source/Main.cpp
@@ -56,6 +56,10 @@
56
#include "RenderTarget.h"
57
#include "tracy/Tracy.hpp"
58
59
+#ifdef _WIN32
60
+#include "windows.h"
61
+#endif
62
+
63
extern "C" {
64
FILE __iob_func[3] = {*stdin, *stdout, *stderr};
65
}
0 commit comments