Changeset 38882 in vbox for trunk/src/VBox
- Timestamp:
- Sep 27, 2011 9:56:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r38869 r38882 521 521 #if 0 /* @todo: test & enable cleaning global session data */ 522 522 #ifdef VBOX_WITH_HGCM 523 if (pDevExt->win.s.pKernelSession) 524 { 525 VBoxGuestCloseSession(pDevExt, pDevExt->win.s.pKernelSession); 526 pDevExt->win.s.pKernelSession = NULL; 527 } 528 #endif 529 #endif 530 531 #ifndef TARGET_NT4 523 if (pDevExt->win.s.pKernelSession) 524 { 525 VBoxGuestCloseSession(pDevExt, pDevExt->win.s.pKernelSession); 526 pDevExt->win.s.pKernelSession = NULL; 527 } 528 #endif 529 #endif 530 532 531 if (pDevExt->win.s.pInterruptObject) 533 532 { … … 535 534 pDevExt->win.s.pInterruptObject = NULL; 536 535 } 537 #endif538 536 539 537 /* @todo: cleanup the rest stuff */
Note:
See TracChangeset
for help on using the changeset viewer.