Changeset 9453 for trunk/src/kernel32/hmfile.cpp
- Timestamp:
- Dec 3, 2002, 12:29:27 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmfile.cpp
r8685 r9453 1 /* $Id: hmfile.cpp,v 1.3 5 2002-06-15 17:14:52sandervl Exp $ */1 /* $Id: hmfile.cpp,v 1.36 2002-12-03 11:29:27 sandervl Exp $ */ 2 2 3 3 /* … … 73 73 74 74 ParsePath(lpFileName, filepath, sizeof(filepath)); 75 76 //convert to long file name if in 8.3 hashed format 77 GetLongPathNameA(filepath, filepath, sizeof(filepath)); 75 78 lpFileName = filepath; 76 79 … … 193 196 else { 194 197 ParsePath(lpFileName, filepath, sizeof(filepath)); 198 199 //convert to long file name if in 8.3 hashed format 200 GetLongPathNameA(filepath, filepath, sizeof(filepath)); 201 195 202 lpFileName = filepath; 196 203 }
Note:
See TracChangeset
for help on using the changeset viewer.