Mercurial > sdl-ios-xcode
diff include/SDL_platform.h @ 1565:57431b199aed
Fixed bug #52
Integrated most of the NetBSD and DragonFly patches at:
ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/devel/SDL/patches/
Thanks to Thomas Klausner for defailed information on the patches
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Mar 2006 08:54:50 +0000 |
parents | 993ef9ff4688 |
children | 10b4827452a8 |
line wrap: on
line diff
--- a/include/SDL_platform.h Tue Mar 21 07:02:34 2006 +0000 +++ b/include/SDL_platform.h Tue Mar 21 08:54:50 2006 +0000 @@ -45,7 +45,7 @@ #undef __DREAMCAST__ #define __DREAMCAST__ 1 #endif -#if defined(__FreeBSD__) +#if defined(__FreeBSD__) || defined(__DragonFly__) #undef __FREEBSD__ #define __FREEBSD__ 1 #endif