Define PNTOS_LOADER_API_VERSION

Define Documentation

PNTOS_LOADER_API_VERSION

The current API version for the plugin declarations in this header. Any time a breaking change is made to the loader API, this number will be incremented before the next release. Shared libraries wanting to be loaded into pntOS will provide a PntosPluginsDescription, the first field of which contains the loader API version the shared library is aware of. If a shared library loader version doesn’t match the version the loader was compiled with, the loader will have the option of either rejecting the shared library or falling into a compatibility mode.

This version macro only applies to released versions of pntOS.