[libvirt] [PATCH RESEND 2/5] vbox version-specific C file for VirtualBox v4.2

Manuel VIVES manuel.vives at diateam.net
Wed May 22 08:00:14 UTC 2013


From: ryan woodsmall <rwoodsmall at gmail.com>

---
 src/vbox/vbox_V4_2.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 src/vbox/vbox_V4_2.c

diff --git a/src/vbox/vbox_V4_2.c b/src/vbox/vbox_V4_2.c
new file mode 100644
index 0000000..8c5b61c
--- /dev/null
+++ b/src/vbox/vbox_V4_2.c
@@ -0,0 +1,13 @@
+/** @file vbox_V4_2.c
+ * C file to include support for multiple versions of VirtualBox
+ * at runtime.
+ */
+
+#include <config.h>
+
+/** The API Version */
+#define VBOX_API_VERSION    4002
+/** Version specific prefix. */
+#define NAME(name)  vbox42##name
+
+#include "vbox_tmpl.c"
-- 
1.7.10.4




More information about the libvir-list mailing list