--- SIDPlayer/src/types.h 2000/07/28 12:42:30 1.1.1.1 +++ SIDPlayer/src/types.h 2004/01/12 15:15:49 1.5 @@ -1,7 +1,7 @@ /* * types.h - Definitions of data types * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,8 +25,18 @@ #include "config.h" #endif -#ifdef __BEOS__ +#if defined(__BEOS__) #include +#elif defined(SDL) +#include +typedef Uint8 uint8; +typedef Sint8 int8; +typedef Uint16 uint16; +typedef Sint16 int16; +typedef Uint32 uint32; +typedef Sint32 int32; +typedef Uint64 uint64; +typedef Sint64 int64; #endif // Cycle count