Changeset 63495 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Aug 15, 2016 5:19:46 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/service.cpp
r62792 r63495 749 749 } 750 750 751 #ifndef UNIT_TEST 751 752 /** 752 753 * SSM descriptor table for the VBOXCLIPBOARDCLIENTDATA structure. … … 761 762 SSMFIELD_ENTRY_TERM() 762 763 }; 764 #endif 763 765 764 766 static DECLCALLBACK(int) svcSaveState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM)
Note:
See TracChangeset
for help on using the changeset viewer.