Skip to content

Commit

Permalink
Patched to compile on Haiku...?
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 12, 2016
1 parent 9b9ca09 commit c137eb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/haiku/SDL_BeApp.cc
Expand Up @@ -33,13 +33,15 @@
#include "SDL_BeApp.h"
#include "SDL_timer.h"
#include "SDL_error.h"
#include "../../thread/SDL_systhread.h"

#include "../../video/haiku/SDL_BWin.h"

#ifdef __cplusplus
extern "C" {
#endif

#include "../../thread/SDL_systhread.h"

/* Flag to tell whether or not the Be application is active or not */
int SDL_BeAppActive = 0;
static SDL_Thread *SDL_AppThread = NULL;
Expand Down

0 comments on commit c137eb6

Please sign in to comment.