VirtualBox

Changeset 78050 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
Apr 9, 2019 1:30:42 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129885
Message:

IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/direnum-win.cpp

    r76553 r78050  
    5151
    5252
    53 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative))
     53int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative))
    5454{
    5555    RT_NOREF(hRelativeDir, pvNativeRelative);
     
    6262     * it when adding the wildcard expression.
    6363     */
     64/** @todo the pszPathBuf argument was removed in order to support paths longer than RTPATH_MAX.  Rewrite this code. */
    6465    size_t cbExpr;
    6566    const char *pszExpr;
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