Changeset 2849 for trunk/src/kmk
- Timestamp:
- Aug 30, 2016, 4:28:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/w32/pathstuff.c
r2848 r2849 21 21 #include <stdlib.h> 22 22 #include "pathstuff.h" 23 #if 1 /* bird */ 24 # include "nt_fullpath.h" 25 #endif 23 26 24 27 /* … … 92 95 return Path; 93 96 } 94 95 #if 1 /* bird */96 extern void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull);97 #endif98 97 99 98 /*
Note:
See TracChangeset
for help on using the changeset viewer.