1 2 3 4 5
#include "poweradapter.h" const char* ffDetectPowerAdapter(FF_A_UNUSED FFlist* results) { return "Not supported on this platform"; }