SDK_VERSION_NUMBER

Definition

#include <nitro/version.h>

#define SDK_VERSION_NUMBER(major, minor, relstep) (((major) << 24) | ((minor) << 16) | ((relstep) << 0))

Description

This macro converts the SDK version information into a numeric value. This macro allows version numbers to be compared.

See Also

SDK_CURRENT_VERSION_NUMBER

Revision History

2005/11/14 Initial version.


CONFIDENTIAL