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/wprocess.cpp

    r532 r544  
    1 /* $Id: wprocess.cpp,v 1.20 1999-08-17 17:04:52 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.21 1999-08-18 12:24:17 sandervl Exp $ */
    22
    33/*
     
    395395        return(0);
    396396
    397     module->init();
     397    module->init(0);
    398398    if(module->getError() != NO_ERROR) {
    399399        dprintf(("LoadLibary %s failed (::init)\n", lpszLibFile));
     
    467467        return(0);
    468468
    469     module->init();
     469    module->init(0);
    470470    if(module->getError() != NO_ERROR) {
    471471        dprintf(("LoadLibary %s failed (::init)\n", lpszLibFile));
Note: See TracChangeset for help on using the changeset viewer.