Changeset 34066 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Nov 15, 2010 1:05:48 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67748
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Init.cpp
r33540 r34066 252 252 DECLVBGL(void) VbglTerminate (void) 253 253 { 254 vbglTerminateCommon ();255 256 254 # ifdef VBOX_WITH_HGCM 257 255 vbglR0HGCMTerminate (); 258 256 # endif 259 257 258 vbglTerminateCommon (); 259 260 260 return; 261 261 }
Note:
See TracChangeset
for help on using the changeset viewer.