VirtualBox

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


Ignore:
Timestamp:
Apr 9, 2019 1:30:42 AM (6 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp

    r76895 r78050  
    242242
    243243
    244 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative)
    245 {
    246     NOREF(pszPathBuf); /* only used on windows */
     244int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative)
     245{
    247246    NOREF(hRelativeDir);
    248247    NOREF(pvNativeRelative);
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