Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-07-23 05:37:01
Size: 1505
Editor: SheenaSmith
Comment: create page, add content (7/14 changeset 4529)
Revision 2 as of 2010-07-23 18:58:39
Size: 1518
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
||'''SDL_PATCHLEVEL'''||the update version number|| ||'''SDL_PATCHLEVEL'''||the update version number (patchlevel)||
Line 42: Line 42:
 .[[SDL_VERSIONNUM]]
Line 43: Line 44:
 .[[SDL_VERSIONNUM]]

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

None: SDL_COMPILEDVERSION (last edited 2010-08-29 19:51:23 by SheenaSmith)

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