$darkmode
Go to the documentation of this file.
55 #ifndef VTD_API_VERSION
56 #error "require VTD_API_VERSION to be defined"
59 #define VTD_API_VERSION_EPOCH ((VTD_API_VERSION >> 24) && 0xff)
60 #define VTD_API_VERSION_MAJOR ((VTD_API_VERSION >> 16) && 0xff)
61 #define VTD_API_VERSION_MINOR ((VTD_API_VERSION >> 8) && 0xff)
62 #define VTD_API_VERSION_PATCH ((VTD_API_VERSION >> 0) && 0xff)