Haiku no longer #defines __BEOS__, so check for it too (thanks, Axel!).

Fixes Bugzilla #1773.
This commit is contained in:
Ryan C. Gordon 2013-03-29 21:25:02 -04:00
parent f3d6be82af
commit d7b0215c79

View file

@ -20,7 +20,7 @@
*/
#include "SDL_config.h"
#ifdef __BEOS__
#if defined(__BEOS__) || defined(__HAIKU__)
/* Handle the BeApp specific portions of the application */