diff include/SDL_platform.h @ 4305:ecb22f65f0aa SDL-1.2

Adapted from 215_kfreebsd_gnu.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:38:02 +0000
parents 4c4113c2162c
children
line wrap: on
line diff
--- a/include/SDL_platform.h	Sat Oct 10 09:28:35 2009 +0000
+++ b/include/SDL_platform.h	Sat Oct 10 09:38:02 2009 +0000
@@ -47,7 +47,7 @@
 #undef __DREAMCAST__
 #define __DREAMCAST__	1
 #endif
-#if defined(__FreeBSD__) || defined(__DragonFly__)
+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
 #undef __FREEBSD__
 #define __FREEBSD__	1
 #endif