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 58af579 commit 34e9b68
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Binary file modified VisualC.zip
Binary file not shown.
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 void SDL_Error(SDL_errorcode code);
extern DECLSPEC void SDL_Error(SDL_errorcode code);


/* Ends C function definitions when using C++ */
Expand Down
1 change: 1 addition & 0 deletions src/main/beos/exports/SDL.exp
Expand Up @@ -52,6 +52,7 @@ _SDL_WriteBE64
_SDL_SetError
_SDL_GetError
_SDL_ClearError
_SDL_Error
_SDL_PumpEvents
_SDL_PeepEvents
_SDL_PollEvent
Expand Down
1 change: 1 addition & 0 deletions src/main/macos/exports/SDL.x
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 34e9b68

Please sign in to comment.