Changeset 85746 in vbox for trunk/include
- Timestamp:
- Aug 13, 2020 8:47:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r85557 r85746 215 215 216 216 /** Separator for a formats list. */ 217 #define DND_FORMATS_SEPARATOR 217 #define DND_FORMATS_SEPARATOR_STR "\r\n" 218 218 219 219 /** Default URI list path separator, if not specified otherwise. … … 221 221 * This is there for hysterical raisins, to not break older Guest Additions. 222 222 ** @todo Get rid of this. */ 223 #define DND_PATH_SEPARATOR 223 #define DND_PATH_SEPARATOR_STR "\r\n" 224 224 225 225 /** DnDTransferList flags. */
Note:
See TracChangeset
for help on using the changeset viewer.