Changeset 57500 in vbox for trunk/include/VBox
- Timestamp:
- Aug 21, 2015 4:54:50 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102287
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r56909 r57500 73 73 int DnDPathSanitize(char *pszPath, size_t cbPath); 74 74 75 /** No flags specified. */ 76 #define DNDURILIST_FLAGS_NONE 0 75 77 /** Keep the original paths, don't convert paths to relative ones. */ 76 78 #define DNDURILIST_FLAGS_ABSOLUTE_PATHS RT_BIT(0) -
trunk/include/VBox/HostServices/DragAndDropSvc.h
r55549 r57500 439 439 * GUEST_DND_CONNECT 440 440 */ 441 typedef struct VBOXDNDCONNECT PMSG441 typedef struct VBOXDNDCONNECTMSG 442 442 { 443 443 VBoxGuestHGCMCallInfo hdr; … … 448 448 HGCMFunctionParameter uFlags; /* OUT uint32_t */ 449 449 450 } VBOXDNDCONNECT PMSG;450 } VBOXDNDCONNECTMSG; 451 451 452 452 /**
Note:
See TracChangeset
for help on using the changeset viewer.