Changeset 35036 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 13, 2010 4:56:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r33806 r35036 589 589 for (;;) 590 590 { 591 uint64_t idNewSession;592 591 BOOL fEnabled = VbglR3PageSharingIsEnabled(); 593 592 … … 614 613 } 615 614 #if defined(RT_OS_WINDOWS) && !defined(TARGET_NT4) 616 idNewSession = g_idSession;615 uint64_t idNewSession = g_idSession; 617 616 rc = VbglR3GetSessionId(&idNewSession); 618 617 AssertRC(rc);
Note:
See TracChangeset
for help on using the changeset viewer.