branch | SDL-1.2 |
changeset 4305 | ecb22f65f0aa |
parent 4217 | 4c4113c2162c |
child 6137 | 4720145f848b |
1.1 --- a/include/SDL_platform.h Sat Oct 10 09:28:35 2009 +0000 1.2 +++ b/include/SDL_platform.h Sat Oct 10 09:38:02 2009 +0000 1.3 @@ -47,7 +47,7 @@ 1.4 #undef __DREAMCAST__ 1.5 #define __DREAMCAST__ 1 1.6 #endif 1.7 -#if defined(__FreeBSD__) || defined(__DragonFly__) 1.8 +#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) 1.9 #undef __FREEBSD__ 1.10 #define __FREEBSD__ 1 1.11 #endif