# HG changeset patch # User Sam Lantinga # Date 1100561696 0 # Node ID 9c55b00f825199eaa1a8beb6924dfb1c6b5e3659 # Parent eb78bb0b715b8dd49b87c899ff7c20520ae7cf47 Updated for Visual C++ 6 build diff -r eb78bb0b715b -r 9c55b00f8251 include/SDL_error.h --- a/include/SDL_error.h Mon Nov 15 23:30:07 2004 +0000 +++ b/include/SDL_error.h Mon Nov 15 23:34:56 2004 +0000 @@ -50,7 +50,7 @@ SDL_EFSEEK, SDL_LASTERROR } SDL_errorcode; -extern DECLSPEC void SDL_Error(SDL_errorcode code); +extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code); /* Ends C function definitions when using C++ */ diff -r eb78bb0b715b -r 9c55b00f8251 src/main/macosx/exports/SDL.x --- a/src/main/macosx/exports/SDL.x Mon Nov 15 23:30:07 2004 +0000 +++ b/src/main/macosx/exports/SDL.x Mon Nov 15 23:34:56 2004 +0000 @@ -54,6 +54,7 @@ _SDL_SetError _SDL_GetError _SDL_ClearError + _SDL_Error _SDL_PumpEvents _SDL_PeepEvents _SDL_PollEvent diff -r eb78bb0b715b -r 9c55b00f8251 src/main/win32/exports/SDL.def --- a/src/main/win32/exports/SDL.def Mon Nov 15 23:30:07 2004 +0000 +++ b/src/main/win32/exports/SDL.def Mon Nov 15 23:34:56 2004 +0000 @@ -52,6 +52,7 @@ SDL_SetError SDL_GetError SDL_ClearError + SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent