Changeset 17163 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp
- Timestamp:
- Feb 26, 2009 1:10:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp
r13837 r17163 333 333 IoDetachDevice(pDevExt->nextLowerDriver); 334 334 } 335 336 #ifdef VBOX_WITH_HGCM 337 if (pDevExt->SessionSpinlock != NIL_RTSPINLOCK) 338 RTSpinlockDestroy(pDevExt->SessionSpinlock); 339 #endif 340 335 341 UNICODE_STRING win32Name; 336 342 RtlInitUnicodeString(&win32Name, VBOXGUEST_DEVICE_NAME_DOS);
Note:
See TracChangeset
for help on using the changeset viewer.