Ignore:
Timestamp:
Aug 27, 1999, 6:51:01 PM (26 years ago)
Author:
sandervl
Message:

Implemented multiple views of memory mapped files + some bugfixes to PE loader code

File:
1 edited

Legend:

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

    r705 r712  
    1 /* $Id: wprocess.cpp,v 1.29 1999-08-26 12:55:38 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.30 1999-08-27 16:51:01 sandervl Exp $ */
    22
    33/*
     
    234234        winexe->setTLSCallBackAddr(TlsCallbackAddr);
    235235
    236         char *modname = getenv("WIN32MODULE");
    237 
    238         if(modname != NULL)
    239         {
    240                 dprintf(("Set full path for exe to %s", modname));
    241                 winexe->setFullPath(modname);
    242         }
    243236        winexe->start();
    244237  }
Note: See TracChangeset for help on using the changeset viewer.