diff --git a/src/main/windows/SDL_windows_main.c b/src/main/windows/SDL_windows_main.c index 4e8e3f2f4..11b9a051b 100644 --- a/src/main/windows/SDL_windows_main.c +++ b/src/main/windows/SDL_windows_main.c @@ -7,6 +7,9 @@ #ifdef __WIN32__ +sdfsdfdsf + + /* Include this so we define UNICODE properly */ #include "../../core/windows/SDL_windows.h" diff --git a/src/video/raspberry/SDL_rpievents.c b/src/video/raspberry/SDL_rpievents.c index 8c420fe71..195d39e9d 100644 --- a/src/video/raspberry/SDL_rpievents.c +++ b/src/video/raspberry/SDL_rpievents.c @@ -23,6 +23,8 @@ #if SDL_VIDEO_DRIVER_RPI +sdfsdfdsf + #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" #include "../../events/SDL_keyboard_c.h"