libvirt/src/vbox/vbox_V5_0.c
2016-06-24 09:26:06 +02:00

14 lines
272 B
C

/** @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"