Changeset 53 for trunk/src/helpers/dosh.c
- Timestamp:
- Apr 2, 2001, 12:38:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dosh.c
r52 r53 1344 1344 */ 1345 1345 1346 APIRET doshCreatePath( PSZ pszPath,1346 APIRET doshCreatePath(const char *pcszPath, 1347 1347 BOOL fHidden) // in: if TRUE, the new directories will get FILE_HIDDEN 1348 1348 { … … 1352 1352 ULONG cbPath; 1353 1353 1354 strcpy(path, p szPath);1354 strcpy(path, pcszPath); 1355 1355 cbPath = strlen(path); 1356 1356
Note:
See TracChangeset
for help on using the changeset viewer.