Changeset 5561 for trunk/src/kernel32/Fileio.cpp
- Timestamp:
- Apr 21, 2001, 1:33:40 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/Fileio.cpp
r5559 r5561 1 /* $Id: Fileio.cpp,v 1.4 7 2001-04-21 11:22:25sandervl Exp $ */1 /* $Id: Fileio.cpp,v 1.48 2001-04-21 11:33:40 sandervl Exp $ */ 2 2 3 3 /* … … 973 973 974 974 dprintf(("GetLongPathNameA %x %s %d", lpszShortPath, lpszLongPath, cchBuffer)); 975 dprintf(("WARNING: WIN98 ONLY!!")); 975 976 976 977 if(!lpszShortPath) { … … 997 998 998 999 dprintf(("GetLongPathNameW %x %ls %d", lpszShortPath, lpszLongPath, cchBuffer)); 1000 dprintf(("WARNING: WIN98 ONLY!!")); 999 1001 1000 1002 if(!lpszShortPath) {
Note:
See TracChangeset
for help on using the changeset viewer.