|
⇤ ← Revision 1 as of 2010-07-23 05:37:01
Size: 1505
Comment: create page, add content (7/14 changeset 4529)
|
Size: 1518
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
Contents
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
Related Macros
