Changeset 78050 in vbox for trunk/src/VBox/Runtime/r3/posix
- Timestamp:
- Apr 9, 2019 1:30:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
r76895 r78050 242 242 243 243 244 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative) 245 { 246 NOREF(pszPathBuf); /* only used on windows */ 244 int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative) 245 { 247 246 NOREF(hRelativeDir); 248 247 NOREF(pvNativeRelative);
Note:
See TracChangeset
for help on using the changeset viewer.