1 2 3 4 5
#include "disk.h" const char* ffDetectDisksImpl(FF_A_UNUSED FFDiskOptions* options, FF_A_UNUSED FFlist* disks) { return "Not supported on this platform"; }