- Timestamp:
- Dec 11, 2005 4:25:45 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/function.c
r318 r344 1793 1793 1794 1794 #elif defined __OS2__ 1795 if ( !_fullpath(apath, name, GET_PATH_MAX))1795 if (_abspath(apath, name, GET_PATH_MAX)) 1796 1796 return NULL; 1797 1797 dest = strchr(apath, '\0');
Note:
See TracChangeset
for help on using the changeset viewer.