Changeset 99730 in vbox for trunk/src/VBox/Runtime/common/vfs
- Timestamp:
- May 10, 2023 4:14:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157306
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfsstddir.cpp
r98103 r99730 236 236 fMode |= ~fMask & ObjInfo.Attr.fMode; 237 237 } 238 //RTPathSetMode 239 //return RTFileSetMode(pThis->hDir, fMode); 238 #if 0 239 RTPathSetMode 240 return RTFileSetMode(pThis->hDir, fMode); 241 #else 242 RT_NOREF(fMode); 240 243 return VERR_NOT_IMPLEMENTED; 244 #endif 241 245 } 242 246
Note:
See TracChangeset
for help on using the changeset viewer.