Changeset 57500 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Aug 21, 2015 4:54:50 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102287
- File:
-
- 1 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)
Note:
See TracChangeset
for help on using the changeset viewer.