Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
336:745873ea091f | 337:9154ec9ca3d2 |
---|---|
77 | 77 |
78 /* This function gets the version of the dynamically linked SDL library. | 78 /* This function gets the version of the dynamically linked SDL library. |
79 it should NOT be used to fill a version structure, instead you should | 79 it should NOT be used to fill a version structure, instead you should |
80 use the SDL_Version() macro. | 80 use the SDL_Version() macro. |
81 */ | 81 */ |
82 extern DECLSPEC const SDL_version * SDL_Linked_Version(void); | 82 extern DECLSPEC const SDL_version * SDLCALL SDL_Linked_Version(void); |
83 | 83 |
84 /* Ends C function definitions when using C++ */ | 84 /* Ends C function definitions when using C++ */ |
85 #ifdef __cplusplus | 85 #ifdef __cplusplus |
86 } | 86 } |
87 #endif | 87 #endif |