Patched to compile on Haiku...?

Ryan C. Gordon 2016-04-12 18:40:44 -04:00
parent 9b9ca093c7
commit c137eb61d7
1 changed files with 3 additions and 1 deletions

View File

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