Go to the documentation of this file.
24 #ifndef __XPLC_MODULE_H__
25 #define __XPLC_MODULE_H__
27 #if defined(__GNUC__) && __GNUC__ > 3
28 # pragma GCC system_header
47 #define XPLC_MODULE_MAGIC 0x58504c43UL
54 #define XPLC_MODULE_VERSION_MAJOR UINT_MAX
55 #define XPLC_MODULE_VERSION_MINOR 0
57 #define XPLC_MODULE_VERSION_MAJOR 0
58 #define XPLC_MODULE_VERSION_MINOR 0
66 #define ENTRYPOINT extern "C" __declspec(dllexport)
68 #define ENTRYPOINT extern "C"
91 const char*
const string;