Changeset 10397 for trunk/src/kernel32/windllpeldr.cpp
- Timestamp:
- Jan 15, 2004, 11:39:15 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpeldr.cpp
r9975 r10397 1 /* $Id: windllpeldr.cpp,v 1.1 2 2003-04-02 12:58:31sandervl Exp $ */1 /* $Id: windllpeldr.cpp,v 1.13 2004-01-15 10:39:08 sandervl Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 7 * Copyright 2003 Innotek Systemberatung GmbH (sandervl@innotek.de) 7 8 * 8 9 * … … 83 84 dllEntryPoint = (WIN32DLLENTRY)entryPoint; 84 85 85 if(!( fh.Characteristics & IMAGE_FILE_DLL)) {86 if(!(Characteristics & IMAGE_FILE_DLL)) { 86 87 //executable loaded as dll; don't call entrypoint 87 88 dprintf(("WARNING: Exe %s loaded as dll; entrypoint not called", szFileName));
Note:
See TracChangeset
for help on using the changeset viewer.