Define PNTOS_PLUGIN_API_VERSION
Defined in File common.h
Define Documentation
-
PNTOS_PLUGIN_API_VERSION
The current API version for the plugin declarations. Any time a breaking change is made to the plugin APIs, this number will be incremented before the next release. Code which is using a pntOS plugin can inspect the PntosPluginsDescription.loader_api_version field to see which API version the compiled code was using.
A breaking change is defined as: any change to the API that causes plugins written against and conforming to the rules of the previous version of the API to no longer conform to the rules of the new version of the API, when the plugin is recompiled against the new API headers.
This version macro only applies to released versions of pntOS.