Mercurial > sdl-ios-xcode
diff include/SDL_version.h @ 337:9154ec9ca3d2
Explicitly specify the SDL API calling convention (C by default)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 11 Apr 2002 14:35:16 +0000 |
parents | f6ffac90895c |
children | 6dd188952b9e |
line wrap: on
line diff
--- a/include/SDL_version.h Wed Apr 10 17:12:32 2002 +0000 +++ b/include/SDL_version.h Thu Apr 11 14:35:16 2002 +0000 @@ -79,7 +79,7 @@ it should NOT be used to fill a version structure, instead you should use the SDL_Version() macro. */ -extern DECLSPEC const SDL_version * SDL_Linked_Version(void); +extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void); /* Ends C function definitions when using C++ */ #ifdef __cplusplus