Author: nicodvb Date: Sat May 5 12:33:35 2007 New Revision: 936 Log: define B2xx macros for BEOS as for WIN32 variants; patch by Videolan team Modified: trunk/libdvdnav2/src/dvdread/bswap.h Modified: trunk/libdvdnav2/src/dvdread/bswap.h ============================================================================== --- trunk/libdvdnav2/src/dvdread/bswap.h (original) +++ trunk/libdvdnav2/src/dvdread/bswap.h Sat May 5 12:33:35 2007 @@ -65,7 +65,7 @@ * functionality! */ -#elif defined(__FreeBSD__) || defined(__sun) || defined(__bsdi__) || defined(WIN32) || defined(__CYGWIN__) +#elif defined(__FreeBSD__) || defined(__sun) || defined(__bsdi__) || defined(WIN32) || defined(__CYGWIN__) || defined(__BEOS__) #define B2N_16(x) \ x = ((((x) & 0xff00) >> 8) | \ (((x) & 0x00ff) << 8))
participants (1)
-
nicodvb