[PATCH 6/7] add VirtualBox 5 support to vbox_common.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



add VirtualBox 5 support to vbox_common.h
From ddafff36a0a629fa3e9deddf7ee4533bbf320e9e Mon Sep 17 00:00:00 2001
From: Martin Pietsch <martin.pietsch@xxxxxxxxxxxxx>
Date: Sun, 19 Jun 2016 15:09:03 +0200
Subject: [PATCH 6/7] add VirtualBox 5 support to vbox_common.h

---
 src/vbox/vbox_common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/vbox/vbox_common.h b/src/vbox/vbox_common.h
index fc517ac..c8787c3 100644
--- a/src/vbox/vbox_common.h
+++ b/src/vbox/vbox_common.h
@@ -430,6 +430,8 @@ typedef nsISupports IKeyboard;
             vbox43InstallUniformedAPI(&gVBoxAPI);                       \
         } else if (uVersion >= 4003004 && uVersion < 4003051) {         \
             vbox43_4InstallUniformedAPI(&gVBoxAPI);                     \
+        } else if (uVersion >= 4003051 && uVersion < 5000051) {         \
+            vbox50InstallUniformedAPI(&gVBoxAPI);                       \
         } else {                                                        \
             result = -1;                                                \
         }                                                               \
-- 
2.7.4

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]