Haiku no longer #defines __BEOS__, so check for it too (thanks, Axel!).
Fixes Bugzilla #1773.
This commit is contained in:
parent
f3d6be82af
commit
d7b0215c79
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
#include "SDL_config.h"
|
||||
|
||||
#ifdef __BEOS__
|
||||
#if defined(__BEOS__) || defined(__HAIKU__)
|
||||
|
||||
/* Handle the BeApp specific portions of the application */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue