Changeset 80663 in vbox
- Timestamp:
- Sep 9, 2019 8:48:41 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133194
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard-uri.h
r80662 r80663 274 274 #pragma pack() 275 275 AssertCompileSize(SHCLFSOBJATTR, 44); 276 /** Pointer to a shared folderfilesystem object attributes structure. */276 /** Pointer to a Shared Clipboard filesystem object attributes structure. */ 277 277 typedef SHCLFSOBJATTR *PSHCLFSOBJATTR; 278 /** Pointer to a const shared folderfilesystem object attributes structure. */278 /** Pointer to a const Shared Clipboard filesystem object attributes structure. */ 279 279 typedef const SHCLFSOBJATTR *PCSHCLFSOBJATTR; 280 280 … … 320 320 #pragma pack() 321 321 AssertCompileSize(SHCLFSOBJINFO, 92); 322 /** Pointer to a shared folderfilesystem object information structure. */322 /** Pointer to a Shared Clipboard filesystem object information structure. */ 323 323 typedef SHCLFSOBJINFO *PSHCLFSOBJINFO; 324 /** Pointer to a const shared folderfilesystem object information324 /** Pointer to a const Shared Clipboard filesystem object information 325 325 * structure. */ 326 326 typedef const SHCLFSOBJINFO *PCSHCLFSOBJINFO; -
trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk
r80623 r80663 23 23 24 24 # 25 # The shared folderservice DLL.25 # The Shared Clipboard service DLL. 26 26 # 27 27 DLLS += VBoxSharedClipboard
Note:
See TracChangeset
for help on using the changeset viewer.