Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4304:1a0bd446d096 | 4305:ecb22f65f0aa |
---|---|
45 #endif | 45 #endif |
46 #if defined(_arch_dreamcast) | 46 #if defined(_arch_dreamcast) |
47 #undef __DREAMCAST__ | 47 #undef __DREAMCAST__ |
48 #define __DREAMCAST__ 1 | 48 #define __DREAMCAST__ 1 |
49 #endif | 49 #endif |
50 #if defined(__FreeBSD__) || defined(__DragonFly__) | 50 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) |
51 #undef __FREEBSD__ | 51 #undef __FREEBSD__ |
52 #define __FREEBSD__ 1 | 52 #define __FREEBSD__ 1 |
53 #endif | 53 #endif |
54 #if defined(__HAIKU__) | 54 #if defined(__HAIKU__) |
55 #undef __HAIKU__ | 55 #undef __HAIKU__ |