Changeset 4464 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Oct 9, 2000, 7:27:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r4445 r4464 1 /* $Id: winimagepeldr.cpp,v 1.5 7 2000-10-06 15:16:05sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.58 2000-10-09 17:27:47 sandervl Exp $ */ 2 2 3 3 /* … … 323 323 if(IsSectionType(win32file, &psh[i], IMAGE_DIRECTORY_ENTRY_TLS)) 324 324 { 325 dprintf((LOG, "TLS section")); 325 326 tlsDir = (IMAGE_TLS_DIRECTORY *)ImageDirectoryOffset(win32file, IMAGE_DIRECTORY_ENTRY_TLS); 326 327 if(tlsDir) { … … 884 885 case SECTION_INITDATA: 885 886 case SECTION_UNINITDATA: 886 case SECTION_IMPORT: //TODO: read only?887 case SECTION_IMPORT: 887 888 section[i].pageflags = PAG_WRITE | PAG_READ; 888 889 break;
Note:
See TracChangeset
for help on using the changeset viewer.