mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Updated for Visual C++ 6 build
This commit is contained in:
parent
e4401d9abe
commit
a84d06317d
BIN
VisualC.zip
BIN
VisualC.zip
Binary file not shown.
|
|
@ -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++ */
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ _SDL_WriteBE64
|
|||
_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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user