1 2 3 4 5
#include "host.h" const char* ffDetectHost(FF_A_UNUSED FFHostResult* host) { return "Not supported on this platform"; }