Changeset 48938 in vbox
- Timestamp:
- Oct 7, 2013 9:23:57 PM (11 years ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r46896 r48938 682 682 } 683 683 } 684 684 685 685 if (numDevices == 0) 686 686 { -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.h
r46876 r48938 192 192 #endif /* !___VBoxGuest_win_h */ 193 193 194 -
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r44528 r48938 84 84 85 85 rc = RTSemMutexRequest(g_vbgldata.mutexDriverInit, RT_INDEFINITE_WAIT); 86 86 87 87 if (RT_FAILURE(rc)) 88 88 return; … … 267 267 vbglTerminateCommon (); 268 268 } 269 269 270 270 } 271 271 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp
-
Property svn:keywords
changed from
Id
toId Revision
r45459 r48938 201 201 202 202 #elif defined(RT_OS_DARWIN) 203 /* 204 * Darwin is kind of special we need to engage the device via I/O first 205 * before we open it via the BSD device node. 203 /* 204 * Darwin is kind of special we need to engage the device via I/O first 205 * before we open it via the BSD device node. 206 206 */ 207 207 mach_port_t MasterPort; -
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostChannel.cpp
r43462 r48938 25 25 */ 26 26 27 27 28 28 #include <iprt/mem.h> 29 29 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp
r43581 r48938 958 958 { 959 959 if (qmsg.msg != WM_TIMER) 960 VBoxServiceVerbose(6, "WinGetMsg -> hwnd=%p msg=%#x mp1=%p mp2=%p time=%#x ptl=%d,%d rsrv=%#x\n", 961 qmsg.hwnd, qmsg.msg, qmsg.mp1, qmsg.mp2, qmsg.time, qmsg.ptl.x, qmsg.ptl.y, qmsg.reserved); 960 VBoxServiceVerbose(6, "WinGetMsg -> hwnd=%p msg=%#x mp1=%p mp2=%p time=%#x ptl=%d,%d rsrv=%#x\n", 961 qmsg.hwnd, qmsg.msg, qmsg.mp1, qmsg.mp2, qmsg.time, qmsg.ptl.x, qmsg.ptl.y, qmsg.reserved); 962 962 WinDispatchMsg(g_habWorker, &qmsg); 963 963 }
Note:
See TracChangeset
for help on using the changeset viewer.