Commit 74f38010 authored by Sam Lantinga's avatar Sam Lantinga

Updated for Visual C++ 6 build

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40978
parent 1afbb8e2
......@@ -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++ */
......
......@@ -54,6 +54,7 @@
_SDL_SetError
_SDL_GetError
_SDL_ClearError
_SDL_Error
_SDL_PumpEvents
_SDL_PeepEvents
_SDL_PollEvent
......
......@@ -52,6 +52,7 @@
SDL_SetError
SDL_GetError
SDL_ClearError
SDL_Error
SDL_PumpEvents
SDL_PeepEvents
SDL_PollEvent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment