Function Macro
MksCHECK_VERSION
unstable since: 1
Declaration [src]
#define MKS_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
Compile-time version checking. Evaluates to TRUE
if the version
of mks is greater than the required one.
Available since: 1
This function is not directly available to language bindings.