Changeset 77849 in vbox
- Timestamp:
- Mar 22, 2019 1:32:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsfpath.cpp
r77848 r77849 334 334 * @param pcwcDst Where to store length of the normalized string in characters (without the trailing nul). 335 335 */ 336 static int vbsfNormalizeStringDarwin( const PRTUTF16 pwszSrc, uint32_t cwcSrc, PRTUTF16 *ppwszDst, uint32_t *pcwcDst)336 static int vbsfNormalizeStringDarwin(PCRTUTF16 pwszSrc, uint32_t cwcSrc, PRTUTF16 *ppwszDst, uint32_t *pcwcDst) 337 337 { 338 338 /** @todo This belongs in rtPathToNative or in the windows shared folder file system driver...
Note:
See TracChangeset
for help on using the changeset viewer.