Changeset 900 in kBuild for vendor/gnumake/current/w32/include
- Timestamp:
- May 23, 2007 3:13:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/w32/include/pathstuff.h
r501 r900 19 19 #define _PATHSTUFF_H 20 20 21 extern char *convert_Path_to_windows32(char *Path, char to_delim);22 extern char *convert_vpath_to_windows32(char *Path, char to_delim);23 extern char * w32ify(char *file, int resolve);24 extern char *getcwd_fs(char *buf, int len);21 char *convert_Path_to_windows32(char *Path, char to_delim); 22 char *convert_vpath_to_windows32(char *Path, char to_delim); 23 char *w32ify(const char *file, int resolve); 24 char *getcwd_fs(char *buf, int len); 25 25 26 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.