Also build with real -no-pie on ghactions, and fix SDL include directories (it's probably blind luck that they worked correctly on most systems).
8 lines
140 B
C
8 lines
140 B
C
#include "Config.h"
|
|
#include <SDL.h>
|
|
#ifdef INCLUDE_SYSWM
|
|
# if defined(WIN)
|
|
# include <SDL_syswm.h>
|
|
# endif // WIN
|
|
#endif // INCLUDE_SYSWM
|