Mercurial > sdl-ios-xcode
changeset 977:9c55b00f8251
Updated for Visual C++ 6 build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Nov 2004 23:34:56 +0000 |
parents | eb78bb0b715b |
children | 3b1ba22f5a28 |
files | include/SDL_error.h src/main/macosx/exports/SDL.x src/main/win32/exports/SDL.def |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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++ */