Updated for Visual C++ 6 build

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40978
This commit is contained in:
Sam Lantinga 2004-11-15 23:34:56 +00:00
parent 1afbb8e21c
commit 74f380107e
3 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,7 @@ typedef enum {
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++ */