We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cf1d4 commit aca9aa7Copy full SHA for aca9aa7
1 file changed
skshader_editor/main.cpp
@@ -2,8 +2,10 @@
2
#include "imgui_impl_skg.h"
3
#include "imgui_impl_win32.h"
4
5
+#ifdef _WIN32
6
#include <windows.h>
7
#include <tchar.h>
8
+#endif
9
#include <stdio.h>
10
11
#include "../sk_gpu.h"
0 commit comments