1 2 3 4 5
#include "cursor.h" void ffDetectCursor(FF_A_UNUSED FFCursorResult* result) { ffStrbufInitS(&result->error, "Not supported on this platform"); }