Ignore:
Timestamp:
Aug 18, 1999, 2:24:53 PM (26 years ago)
Author:
sandervl
Message:

PE loader changes (exes without fixups + TLS support)

File:
1 edited

Legend:

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

    r282 r544  
    1 /* $Id: windll.cpp,v 1.8 1999-07-07 08:42:48 sandervl Exp $ */
     1/* $Id: windll.cpp,v 1.9 1999-08-18 12:24:16 sandervl Exp $ */
    22
    33/*
     
    154154//******************************************************************************
    155155//******************************************************************************
    156 BOOL Win32Dll::init()
     156BOOL Win32Dll::init(ULONG reservedMem)
    157157{
    158158 char  *syspath;
     
    177177        else    fclose(dllfile);
    178178        if(isPEImage(szFileName) == TRUE) {
    179                 fRet = Win32Image::init();
     179                fRet = Win32Image::init(0);
    180180                dllEntryPoint = (WIN32DLLENTRY)entryPoint;
    181181                return fRet;
Note: See TracChangeset for help on using the changeset viewer.