--- src/vbox/vbox_V5_0.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/vbox/vbox_V5_0.c diff --git a/src/vbox/vbox_V5_0.c b/src/vbox/vbox_V5_0.c new file mode 100644 index 0000000..4293944 --- /dev/null +++ b/src/vbox/vbox_V5_0.c @@ -0,0 +1,13 @@ +/** @file vbox_V5_0.c + * C file to include support for multiple versions of VirtualBox + * at runtime. + */ + +#include <config.h> + +/** The API Version */ +#define VBOX_API_VERSION 5000000 +/** Version specific prefix. */ +#define NAME(name) vbox50##name + +#include "vbox_tmpl.c" -- 2.7.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list