Standalone GUI doesn't need to pull in all the generic disks

This commit is contained in:
Dave Vasilevsky
2013-03-28 02:19:18 -04:00
parent e4159d5c89
commit 8f27d4af9b

View File

@@ -68,9 +68,11 @@
#include "debug.h"
static disk_factory *disk_factories[] = {
#ifndef STANDALONE_GUI
disk_sparsebundle_factory,
#if defined(HAVE_LIBVHD)
disk_vhd_factory,
#endif
#endif
NULL
};