Version information
[Macros and data types commonly used]

Defines


Define Documentation

#define _MINIGUI_VERSION_CODE   ((MINIGUI_MAJOR_VERSION << 16) | (MINIGUI_MINOR_VERSION << 8) | MINIGUI_MICRO_VERSION)

Version code of MiniGUI.

See also:
_VERSION_CODE

Definition at line 96 of file common.h.

#define _VERSION_CODE ( major,
minor,
micro   )     (((major)<<16) | ((minor)<<8) | (micro))

A macro that returns the version code from major, minor and micro version number.

MiniGUI uses this macro to evaluate the version code of current MiniGUI library installed in your system, and define it to _MINIGUI_VERSION_CODE.

See also:
_MINIGUI_VERSION_CODE

Definition at line 88 of file common.h.

Generated on Thu Apr 7 15:58:34 2011 for MiniGUI V3.0.12 API Reference by  doxygen 1.6.3