Changeset 46186 in vbox
- Timestamp:
- May 21, 2013 6:30:21 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/filesystem/filesystemext.cpp
r41552 r46186 326 326 static DECLCALLBACK(int) rtFsExtOpenRoot(void *pvThis, PRTVFSDIR phVfsDir) 327 327 { 328 NOREF(pvThis); 329 NOREF(phVfsDir); 328 330 return VERR_NOT_IMPLEMENTED; 329 331 }
Note:
See TracChangeset
for help on using the changeset viewer.