Changeset 30671 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Jul 6, 2010 2:43:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r30669 r30671 566 566 if (hNtdll) 567 567 ZwQuerySystemInformation = (PFNZWQUERYSYSTEMINFORMATION)GetProcAddress(hNtdll, "ZwQuerySystemInformation"); 568 #endif569 568 570 569 rc = VbglR3GetSessionId(&g_idSession); 571 570 AssertRCReturn(rc, rc); 571 #endif 572 572 573 573 /* Never fail here. */
Note:
See TracChangeset
for help on using the changeset viewer.