VirtualBox

Changeset 38882 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 27, 2011 9:56:58 AM (13 years ago)
Author:
vboxsync
Message:

VBoxGuest/win: enable IoDisconnectInterrupt for NT4 also

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r38869 r38882  
    521521#if 0 /* @todo: test & enable cleaning global session data */
    522522#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
    532531        if (pDevExt->win.s.pInterruptObject)
    533532        {
     
    535534            pDevExt->win.s.pInterruptObject = NULL;
    536535        }
    537 #endif
    538536
    539537        /* @todo: cleanup the rest stuff */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette