Changeset 86410 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Oct 2, 2020 10:25:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/DnDTransferList.cpp
r86409 r86410 1075 1075 else /* Native */ 1076 1076 { 1077 #if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS)1077 #if RTPATH_STYLE == RTPATH_STR_F_STYLE_DOS 1078 1078 /* Convert paths to native path style. */ 1079 1079 rc = DnDPathConvert(szPath, sizeof(szPath), DNDPATHCONVERT_FLAGS_TO_DOS);
Note:
See TracChangeset
for help on using the changeset viewer.