Ignore:
Timestamp:
Jan 15, 2004, 11:39:15 AM (22 years ago)
Author:
sandervl
Message:

Loader updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllpeldr.cpp

    r9975 r10397  
    1 /* $Id: windllpeldr.cpp,v 1.12 2003-04-02 12:58:31 sandervl Exp $ */
     1/* $Id: windllpeldr.cpp,v 1.13 2004-01-15 10:39:08 sandervl Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
     7 * Copyright 2003 Innotek Systemberatung GmbH (sandervl@innotek.de)
    78 *
    89 *
     
    8384  dllEntryPoint = (WIN32DLLENTRY)entryPoint;
    8485
    85   if(!(fh.Characteristics & IMAGE_FILE_DLL)) {
     86  if(!(Characteristics & IMAGE_FILE_DLL)) {
    8687    //executable loaded as dll; don't call entrypoint
    8788    dprintf(("WARNING: Exe %s loaded as dll; entrypoint not called", szFileName));
Note: See TracChangeset for help on using the changeset viewer.