Changeset 60272 in vbox for trunk/src/VBox
- Timestamp:
- Mar 31, 2016 10:05:48 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp
r58113 r60272 529 529 #endif 530 530 531 if ( RT_SUCCESS(rcNt))531 if (NT_SUCCESS(rcNt)) 532 532 { 533 533 ULONG uValue = 0;
Note:
See TracChangeset
for help on using the changeset viewer.