1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-30 08:25:19 +00:00

14 lines
272 B
C
Raw Normal View History

2016-06-19 13:54:23 +02:00
/** @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"