Ignore:
Timestamp:
Mar 23, 2018, 11:44:44 PM (7 years ago)
Author:
bird
Message:

kmk: replaced w32ify() as it uses unsafe static buffer and encourages buffer size assumptions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/include/pathstuff.h

    r3140 r3186  
    2020char *convert_Path_to_windows32(char *Path, char to_delim);
    2121char *convert_vpath_to_windows32(char *Path, char to_delim);
     22#if 1
     23char *unix_slashes(char *filename); /* bird */
     24char *unix_slashes_resolved(const char *src, char *dst, unsigned len); /* bird */
     25#else
    2226char *w32ify(const char *filename, int resolve);
     27#endif
    2328char *getcwd_fs(char *buf, int len);
    2429
Note: See TracChangeset for help on using the changeset viewer.