Changeset 78050 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Apr 9, 2019 1:30:42 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129885
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/direnum-win.cpp
r76553 r78050 51 51 52 52 53 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf,uintptr_t hRelativeDir, void *pvNativeRelative))53 int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative)) 54 54 { 55 55 RT_NOREF(hRelativeDir, pvNativeRelative); … … 62 62 * it when adding the wildcard expression. 63 63 */ 64 /** @todo the pszPathBuf argument was removed in order to support paths longer than RTPATH_MAX. Rewrite this code. */ 64 65 size_t cbExpr; 65 66 const char *pszExpr;
Note:
See TracChangeset
for help on using the changeset viewer.