Updated for Visual C++ 6 build

This commit is contained in:
Sam Lantinga
2004-11-15 23:34:56 +00:00
parent a84d06317d
commit 79bf0dcc6b
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++ */

View File

@@ -54,6 +54,7 @@
_SDL_SetError
_SDL_GetError
_SDL_ClearError
_SDL_Error
_SDL_PumpEvents
_SDL_PeepEvents
_SDL_PollEvent

View File

@@ -52,6 +52,7 @@
SDL_SetError
SDL_GetError
SDL_ClearError
SDL_Error
SDL_PumpEvents
SDL_PeepEvents
SDL_PollEvent