VirtualBox

Changeset 85746 in vbox for trunk/include


Ignore:
Timestamp:
Aug 13, 2020 8:47:12 AM (4 years ago)
Author:
vboxsync
Message:

DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR and DND_PATH_SEPARATOR -> DND_PATH_SEPARATOR_STR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/DragAndDrop.h

    r85557 r85746  
    215215
    216216/** Separator for a formats list. */
    217 #define DND_FORMATS_SEPARATOR                        "\r\n"
     217#define DND_FORMATS_SEPARATOR_STR                    "\r\n"
    218218
    219219/** Default URI list path separator, if not specified otherwise.
     
    221221 *  This is there for hysterical raisins, to not break older Guest Additions.
    222222 ** @todo Get rid of this.  */
    223 #define DND_PATH_SEPARATOR                           "\r\n"
     223#define DND_PATH_SEPARATOR_STR                       "\r\n"
    224224
    225225/** DnDTransferList flags. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette