Skip to content

Commit 759ddd6

Browse files
committed
fix winmain?
1 parent 91fe85d commit 759ddd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/Main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
#include "RenderTarget.h"
5757
#include "tracy/Tracy.hpp"
5858

59+
#ifdef _WIN32
60+
#include "windows.h"
61+
#endif
62+
5963
extern "C" {
6064
FILE __iob_func[3] = {*stdin, *stdout, *stderr};
6165
}

0 commit comments

Comments
 (0)