changeset 3292 | 245a7d79577c |
parent 2871 | cf09447f3d3c |
child 3319 | 63d4517fc4ac |
1.1 --- a/include/SDL_platform.h Mon Sep 21 09:16:35 2009 +0000 1.2 +++ b/include/SDL_platform.h Mon Sep 21 09:21:00 2009 +0000 1.3 @@ -33,6 +33,10 @@ 1.4 #undef __BEOS__ 1.5 #define __BEOS__ 1 1.6 #endif 1.7 +#if defined(__HAIKU__) 1.8 +#undef __HAIKU__ 1.9 +#define __HAIKU__ 1 1.10 +#endif 1.11 #if defined(bsdi) || defined(__bsdi) || defined(__bsdi__) 1.12 #undef __BSDI__ 1.13 #define __BSDI__ 1