diff --git a/VisualC.zip b/VisualC.zip index 5a811e3c1..14bb480b7 100644 Binary files a/VisualC.zip and b/VisualC.zip differ diff --git a/include/SDL_error.h b/include/SDL_error.h index ca62cdbbf..5e411e5f4 100644 --- a/include/SDL_error.h +++ b/include/SDL_error.h @@ -50,7 +50,7 @@ typedef enum { 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++ */ diff --git a/src/main/beos/exports/SDL.exp b/src/main/beos/exports/SDL.exp index 02086b11d..ea3c9cbc2 100644 --- a/src/main/beos/exports/SDL.exp +++ b/src/main/beos/exports/SDL.exp @@ -52,6 +52,7 @@ _SDL_WriteBE64 _SDL_SetError _SDL_GetError _SDL_ClearError +_SDL_Error _SDL_PumpEvents _SDL_PeepEvents _SDL_PollEvent diff --git a/src/main/macos/exports/SDL.x b/src/main/macos/exports/SDL.x index 71a913f28..2226778cb 100644 --- a/src/main/macos/exports/SDL.x +++ b/src/main/macos/exports/SDL.x @@ -52,6 +52,7 @@ SDL_SetError SDL_GetError SDL_ClearError + SDL_Error SDL_PumpEvents SDL_PeepEvents SDL_PollEvent