Changeset 2687 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Feb 8, 2000, 11:29:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r2513 r2687 1 /* $Id: winimagepeldr.cpp,v 1. 29 2000-01-25 20:27:17sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.30 2000-02-08 22:29:16 sandervl Exp $ */ 2 2 3 3 /* … … 120 120 if(!strstr(szFileName, ".EXE")) { 121 121 strcat(szFileName,".EXE"); 122 } 123 dllfile = OSLibDosOpen(szFileName, OSLIB_ACCESS_READONLY|OSLIB_ACCESS_SHAREDENYNONE); 124 if(dllfile == NULL) { 125 OSLibDosSearchPath(OSLIB_SEARCHENV, "PATH", szFileName, szFileName, sizeof(szFileName)); 122 126 } 123 127 }
Note:
See TracChangeset
for help on using the changeset viewer.