Changeset 2848 in kBuild for trunk/src/kmk/w32
- Timestamp:
- Aug 30, 2016 2:23:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/pathstuff.c
r2592 r2848 94 94 95 95 #if 1 /* bird */ 96 extern void nt_fullpath (const char *pszPath, char *pszFull, size_t cchFull);96 extern void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull); 97 97 #endif 98 98 … … 108 108 #if 1 /* bird */ 109 109 if (resolve) { 110 nt_fullpath (filename, w32_path, sizeof(w32_path));110 nt_fullpath_cached(filename, w32_path, sizeof(w32_path)); 111 111 } else { 112 112 w32_path[0] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.