Changeset 63549 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 16, 2016 12:55:14 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110204
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp
r63039 r63549 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 18 19 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/WINNT/Installer/RegCleanup.cpp
r63090 r63549 28 28 There seems to be a subtle problem with the VirtualBox util. 29 29 */ 30 30 31 31 32 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
r63099 r63549 23 23 24 24 #include <malloc.h> 25 25 26 26 27 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.cpp
r63100 r63549 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 18 */ 19 19 20 20 21 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r63455 r63549 106 106 107 107 #define VBOXGUEST_STATE_INITOK 1 << 0 108 108 109 109 110 /********************************************************************************************************************************* … … 652 653 653 654 error = devsw_attach("vboxguest", NULL, &bmajor, &g_VBoxGuestNetBSDChrDevSW, &cmajor); 654 655 655 656 if (error == EEXIST) 656 657 error = 0; /* maybe built-in ... improve eventually */
Note:
See TracChangeset
for help on using the changeset viewer.