--- SIDPlayer/src/sys.h 2000/09/19 15:34:11 1.2 +++ SIDPlayer/src/sys.h 2001/01/21 18:04:46 1.3 @@ -1,7 +1,7 @@ /* * sys.h - System-dependant functions * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 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 @@ -57,6 +57,7 @@ typedef struct { #define SDL_PauseAudio(onoff) #define SDL_LockAudio() #define SDL_UnlockAudio() +#define SDL_GetError() ("unknown error") #endif