Changeset 85471 in vbox for trunk/include
- Timestamp:
- Jul 27, 2020 6:03:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/DragAndDrop.h
r85435 r85471 210 210 int DnDTransferObjectWrite(PDNDTRANSFEROBJECT pObj, const void *pvBuf, size_t cbBuf, uint32_t *pcbWritten); 211 211 212 /** Default URI list path separator, if not specified otherwrise. 212 /** Separator for a formats list. */ 213 #define DND_FORMATS_SEPARATOR "\r\n" 214 215 /** Default URI list path separator, if not specified otherwise. 213 216 * 214 217 * This is there for hysterical raisins, to not break older Guest Additions.
Note:
See TracChangeset
for help on using the changeset viewer.