Intentionally breaking Windows and Raspberry Pi builds to test Buildbot change.

main
Ryan C. Gordon 2013-10-20 20:02:02 -04:00
parent f28c7fe8a5
commit df3680846b
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,9 @@
#ifdef __WIN32__
sdfsdfdsf
/* Include this so we define UNICODE properly */
#include "../../core/windows/SDL_windows.h"

View File

@ -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"