Skip to content

Commit

Permalink
Intentionally breaking Windows and Raspberry Pi builds to test Buildb…
Browse files Browse the repository at this point in the history
…ot change.
  • Loading branch information
icculus committed Oct 21, 2013
1 parent f28c7fe commit df36808
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/windows/SDL_windows_main.c
Expand Up @@ -7,6 +7,9 @@

#ifdef __WIN32__

sdfsdfdsf


/* Include this so we define UNICODE properly */
#include "../../core/windows/SDL_windows.h"

Expand Down
2 changes: 2 additions & 0 deletions src/video/raspberry/SDL_rpievents.c
Expand Up @@ -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"
Expand Down

0 comments on commit df36808

Please sign in to comment.