Changeset 1496 for trunk/src/kernel32/windllpeldr.cpp
- Timestamp:
- Oct 28, 1999, 8:23:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpeldr.cpp
r956 r1496 1 /* $Id: windllpeldr.cpp,v 1. 1 1999-09-15 23:39:07sandervl Exp $ */1 /* $Id: windllpeldr.cpp,v 1.2 1999-10-28 18:23:34 sandervl Exp $ */ 2 2 3 3 /* … … 59 59 60 60 strupr(szFileName); 61 if(!str str(szFileName, ".DLL")) {61 if(!strchr(szFileName, (int)'.')) { 62 62 strcat(szFileName,".DLL"); 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.