- Timestamp:
- Nov 13, 2017 3:32:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp
r69674 r69675 106 106 }; 107 107 108 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, ui tn32_t fFlags)109 { 110 RT_NOREF 1(enmFilter, fFlags);108 int rtDirOpenFiltered(PRTDIR *ppDir, const char *pszPath, RTDIRFILTER enmFilter, uint32_t fFlags) 109 { 110 RT_NOREF2(enmFilter, fFlags); 111 111 if (!strcmp(pszPath, "c:\\*")) 112 112 iDirList = 1;
Note:
See TracChangeset
for help on using the changeset viewer.