Wiki Page Content

Revision 2 as of 2010-07-23 18:58:39

Clear message

DRAFT

SDL_COMPILEDVERSION

Use this macro to get the current SDL version number (major.minor.patchlevel).

  • -or-

A macro that produces the current SDL version number (major.minor.patchlevel)

green

Syntax

SDL_COMPILEDVERSION \
 SDL_VERSIONNUM(SDL_MAJOR_VERSION,
                SDL_MINOR_VERSION,
                SDL_PATCHLEVEL)

green

Macro Parameters

SDL_MAJOR_VERSION

the major version number

SDL_MINOR_VERSION

the minor version number

SDL_PATCHLEVEL

the update version number (patchlevel)

Return Value

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVersion

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit