VirtualBox

Changeset 74526 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Sep 28, 2018 3:08:24 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125394
Message:

DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to distinguish flags better. No functional changes.

Location:
trunk/src/VBox/Additions/WINNT/VBoxTray
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp

    r74478 r74526  
    485485                            if (RT_SUCCESS(rc))
    486486                            {
    487                                 RTCString strRoot = lstURI.RootToString();
     487                                RTCString strRoot = lstURI.GetRootEntries();
    488488                                size_t cbRoot = strRoot.length() + 1; /* Include termination */
    489489
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r69749 r74526  
    562562    int rc = RTLogCreateEx(&g_pLoggerRelease, fFlags,
    563563#ifdef DEBUG
    564                            "all.e.l.f",
     564                           "all.e.l.l2.l3.f",
    565565                           "VBOXTRAY_LOG",
    566566#else
     
    568568                           "VBOXTRAY_RELEASE_LOG",
    569569#endif
    570                            RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT,
     570                           RT_ELEMENTS(s_apszGroups), s_apszGroups, RTLOGDEST_STDOUT | RTLOGDEST_USER,
    571571                           vboxTrayLogHeaderFooter, g_cHistory, g_uHistoryFileSize, g_uHistoryFileTime,
    572572                           RTErrInfoInitStatic(&ErrInfo), pszLogFile);
Note: See TracChangeset for help on using the changeset viewer.

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