mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-30 13:28:13 +08:00
Fixed typo
This commit is contained in:
@@ -102,7 +102,7 @@ typedef struct SDL_version
|
|||||||
* This macro will evaluate to true if compiled with SDL at least X.Y.Z.
|
* This macro will evaluate to true if compiled with SDL at least X.Y.Z.
|
||||||
*/
|
*/
|
||||||
#define SDL_VERSION_ATLEAST(X, Y, Z) \
|
#define SDL_VERSION_ATLEAST(X, Y, Z) \
|
||||||
(SDL_COMPILEDVERSION >= SDL_VERSIONUM(X, Y, Z))
|
(SDL_COMPILEDVERSION >= SDL_VERSIONNUM(X, Y, Z))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the version of SDL that is linked against your program.
|
* Get the version of SDL that is linked against your program.
|
||||||
|
|||||||
Reference in New Issue
Block a user