Changeset 69691 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Nov 14, 2017 3:27:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r69111 r69691 224 224 225 225 226 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf )226 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative) 227 227 { 228 228 NOREF(pszPathBuf); /* only used on windows */ 229 NOREF(hRelativeDir); 230 NOREF(pvNativeRelative); 229 231 230 232 /*
Note:
See TracChangeset
for help on using the changeset viewer.