VirtualBox

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


Ignore:
Timestamp:
Nov 14, 2017 3:27:52 PM (7 years ago)
Author:
vboxsync
Message:

iprt: Started on RTDirRel for NT.

File:
1 edited

Legend:

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

    r69111 r69691  
    224224
    225225
    226 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf)
     226int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative)
    227227{
    228228    NOREF(pszPathBuf); /* only used on windows */
     229    NOREF(hRelativeDir);
     230    NOREF(pvNativeRelative);
    229231
    230232    /*
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