Changeset 4523 for trunk/src/kernel32/windllpeldr.cpp
- Timestamp:
- Oct 23, 2000, 3:42:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpeldr.cpp
r3615 r4523 1 /* $Id: windllpeldr.cpp,v 1. 7 2000-05-27 11:30:35sandervl Exp $ */1 /* $Id: windllpeldr.cpp,v 1.8 2000-10-23 13:42:44 sandervl Exp $ */ 2 2 3 3 /* … … 63 63 strupr(szFileName); 64 64 if(!strchr(szFileName, (int)'.')) { 65 strcat(szFileName, ".DLL");65 strcat(szFileName, DLL_EXTENSION); 66 66 } 67 67 dllfile = OSLibDosOpen(szFileName, OSLIB_ACCESS_READONLY|OSLIB_ACCESS_SHAREDENYNONE);
Note:
See TracChangeset
for help on using the changeset viewer.