Skip to content

Commit dcb27ec

Browse files
committed
Fix sdl include for test_compiler on windows
1 parent c0996ee commit dcb27ec

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/pgcompiler/script_testbench.cc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
#ifdef __EMSCRIPTEN__
2-
#include <SDL2/SDL.h>
3-
#else
4-
#ifdef __linux__
5-
#include <SDL2/SDL.h>
6-
#elif _WIN32
7-
#include <SDL.h>
8-
#endif
9-
#endif
10-
111
#include "gtest/gtest.h"
122

133
#include "Compiler/vm.h"

0 commit comments

Comments
 (0)