Skip to content

Commit

Permalink
Updated for Visual C++ 6 build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 15, 2004
1 parent 34e9b68 commit e5b06d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_error.h
Expand Up @@ -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++ */
Expand Down
1 change: 1 addition & 0 deletions src/main/macosx/exports/SDL.x
Expand Up @@ -54,6 +54,7 @@
_SDL_SetError
_SDL_GetError
_SDL_ClearError
_SDL_Error
_SDL_PumpEvents
_SDL_PeepEvents
_SDL_PollEvent
Expand Down
1 change: 1 addition & 0 deletions src/main/win32/exports/SDL.def
Expand Up @@ -52,6 +52,7 @@
SDL_SetError
SDL_GetError
SDL_ClearError
SDL_Error
SDL_PumpEvents
SDL_PeepEvents
SDL_PollEvent
Expand Down

0 comments on commit e5b06d8

Please sign in to comment.