15 lines
710 B
Diff
15 lines
710 B
Diff
diff --git a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
|
|
index fc29936c..cbf9c478 100644
|
|
--- a/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
|
|
+++ b/src/VBox/Additions/common/VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp
|
|
@@ -178,6 +178,9 @@ static int vbglR3GuestCtrlMsgWaitFor(uint32_t idClient, uint32_t *pidMsg, uint32
|
|
*/
|
|
DECL_NO_INLINE(static, bool) vbglR3GuestCtrlDetectPeekGetCancelSupport(uint32_t idClient)
|
|
{
|
|
+
|
|
+ return false;
|
|
+
|
|
/*
|
|
* Seems we get VINF_SUCCESS back from the host if we try unsupported
|
|
* guest control messages, so we need to supply some random message
|