VirtualBox

Ignore:
Timestamp:
May 11, 2015 3:00:35 PM (10 years ago)
Author:
vboxsync
Message:

DnDURIList: Implemented resolving symlinks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp

    r55640 r55805  
    195195                     * it over. */
    196196                    rc = RTFileOpen(&u.m_hFile, strPath.c_str(), fOpen);
    197                     LogFlowFunc(("strPath=%s, enmType=%ld, enmDest=%ld, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));
     197                    LogFlowFunc(("strPath=%s, enmType=%RU32, enmDest=%RU32, rc=%Rrc\n", strPath.c_str(), enmType, enmDest, rc));
    198198                    if (RT_SUCCESS(rc))
    199199                        rc = RTFileGetSize(u.m_hFile, &m_cbSize);
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