Changeset 1475 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Oct 27, 1999, 12:35:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r1458 r1475 1 /* $Id: wprocess.cpp,v 1.4 1 1999-10-26 17:54:16sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.42 1999-10-27 10:35:42 sandervl Exp $ */ 2 2 3 3 /* … … 323 323 strcpy(modname, lpszLibFile); 324 324 strupr(modname); 325 if(!strstr(modname, ". DLL")) {325 if(!strstr(modname, ".")) { 326 326 strcat(modname,".DLL"); 327 327 }
Note:
See TracChangeset
for help on using the changeset viewer.