mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
14 lines
282 B
C
14 lines
282 B
C
|
/** @file vbox_V4_2_20.c
|
||
|
* C file to include support for multiple versions of VirtualBox
|
||
|
* at runtime.
|
||
|
*/
|
||
|
|
||
|
#include <config.h>
|
||
|
|
||
|
/** The API Version */
|
||
|
#define VBOX_API_VERSION 4002020
|
||
|
/** Version specific prefix. */
|
||
|
#define NAME(name) vbox42_20##name
|
||
|
|
||
|
#include "vbox_tmpl.c"
|