Merge pull request #24 from vasi/standalone-generic-disk

Standalone GUI doesn't need to pull in all the generic disks
This commit is contained in:
asvitkine 2013-03-28 05:57:51 -07:00
commit 7782a40f67

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
};