Changeset 4279 for trunk/src/kernel32/Fileio.cpp
- Timestamp:
- Sep 18, 2000, 9:26:16 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/Fileio.cpp
r4264 r4279 1 /* $Id: Fileio.cpp,v 1. 39 2000-09-15 13:24:28sandervl Exp $ */1 /* $Id: Fileio.cpp,v 1.40 2000-09-18 19:26:15 sandervl Exp $ */ 2 2 3 3 /* … … 674 674 while((ptr = strchr(arg1, '/')) != NULL) 675 675 *ptr = '\\'; 676 676 677 return O32_GetFullPathName(arg1, arg2, arg3, arg4); 677 678 }
Note:
See TracChangeset
for help on using the changeset viewer.