#pragma once #include #ifdef __cplusplus extern "C" { #endif typedef unsigned long TickType; #define TT_MAX_TICKS ((TickType)(~(TickType)0)) #ifdef __cplusplus } #endif