comparison 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
comparison
equal deleted inserted replaced
1564:4950a25bd91e 1565:57431b199aed
43 #endif 43 #endif
44 #if defined(_arch_dreamcast) 44 #if defined(_arch_dreamcast)
45 #undef __DREAMCAST__ 45 #undef __DREAMCAST__
46 #define __DREAMCAST__ 1 46 #define __DREAMCAST__ 1
47 #endif 47 #endif
48 #if defined(__FreeBSD__) 48 #if defined(__FreeBSD__) || defined(__DragonFly__)
49 #undef __FREEBSD__ 49 #undef __FREEBSD__
50 #define __FREEBSD__ 1 50 #define __FREEBSD__ 1
51 #endif 51 #endif
52 #if defined(hpux) || defined(__hpux) || defined(__hpux__) 52 #if defined(hpux) || defined(__hpux) || defined(__hpux__)
53 #undef __HPUX__ 53 #undef __HPUX__