Skip to content

Commit aca9aa7

Browse files
committed
fix(skshader_editor): another instance of windows.h being brought in on linux
1 parent c5cf1d4 commit aca9aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

skshader_editor/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
#include "imgui_impl_skg.h"
33
#include "imgui_impl_win32.h"
44

5+
#ifdef _WIN32
56
#include <windows.h>
67
#include <tchar.h>
8+
#endif
79
#include <stdio.h>
810

911
#include "../sk_gpu.h"

0 commit comments

Comments
 (0)