Ignore:
Timestamp:
Apr 2, 2001, 12:38:55 PM (24 years ago)
Author:
umoeller
Message:

Dialog mgr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh.c

    r52 r53  
    13441344 */
    13451345
    1346 APIRET doshCreatePath(PSZ pszPath,
     1346APIRET doshCreatePath(const char *pcszPath,
    13471347                      BOOL fHidden) // in: if TRUE, the new directories will get FILE_HIDDEN
    13481348{
     
    13521352    ULONG   cbPath;
    13531353
    1354     strcpy(path, pszPath);
     1354    strcpy(path, pcszPath);
    13551355    cbPath = strlen(path);
    13561356
Note: See TracChangeset for help on using the changeset viewer.