Web API Reference MapGuide Open Source

MapGuideCommon.h File Reference

This graph shows which files directly or indirectly include this file:


Defines

#define BUILD_VERSION(Major, Minor, Phase)   ((Major << 16) + (Minor << 8) + Phase)
#define EXTRACT_VERSION(Version, Major, Minor, Phase)
#define MG_MAPGUIDE_API
#define VERSION_NO_PHASE(Version)   (Version & 0x00ffff00)
#define VERSION_SUPPORTED(Major, Minor)   (Major << 16) + (Minor << 8)

Functions

long GetTickCount ()

Comments or suggestions? Send us feedback.