author | Ryan C. Gordon |
Fri, 29 Mar 2013 21:25:02 -0400 | |
changeset 7035 | c18daa241a02 |
parent 7034 | 3a5a53435ebd |
child 7036 | 8c891504e325 |
1.1 --- a/src/main/beos/SDL_BeApp.cc Fri Mar 29 21:21:48 2013 -0400 1.2 +++ b/src/main/beos/SDL_BeApp.cc Fri Mar 29 21:25:02 2013 -0400 1.3 @@ -20,7 +20,7 @@ 1.4 */ 1.5 #include "SDL_config.h" 1.6 1.7 -#ifdef __BEOS__ 1.8 +#if defined(__BEOS__) || defined(__HAIKU__) 1.9 1.10 /* Handle the BeApp specific portions of the application */ 1.11