Binary file VisualC.zip has changed
--- a/include/SDL_error.h Mon Nov 15 21:11:44 2004 +0000
+++ b/include/SDL_error.h Mon Nov 15 23:30:07 2004 +0000
@@ -50,7 +50,7 @@
SDL_EFSEEK,
SDL_LASTERROR
} SDL_errorcode;
-extern void SDL_Error(SDL_errorcode code);
+extern DECLSPEC void SDL_Error(SDL_errorcode code);
/* Ends C function definitions when using C++ */
--- a/src/main/beos/exports/SDL.exp Mon Nov 15 21:11:44 2004 +0000
+++ b/src/main/beos/exports/SDL.exp Mon Nov 15 23:30:07 2004 +0000
@@ -52,6 +52,7 @@
_SDL_SetError
_SDL_GetError
_SDL_ClearError
+_SDL_Error
_SDL_PumpEvents
_SDL_PeepEvents
_SDL_PollEvent
--- a/src/main/macos/exports/SDL.x Mon Nov 15 21:11:44 2004 +0000
+++ b/src/main/macos/exports/SDL.x Mon Nov 15 23:30:07 2004 +0000
@@ -52,6 +52,7 @@
SDL_SetError
SDL_GetError
SDL_ClearError
+ SDL_Error
SDL_PumpEvents
SDL_PeepEvents
SDL_PollEvent