Open suddenfall opened 10 months ago
Please add following code to xud.h:
#if XCC_VERSION_YEAR < 15 #define xcore_clock_t clock #endif
Then older compilers can compile the lib, too.
Please add following code to xud.h:
Then older compilers can compile the lib, too.