Ignore:
Timestamp:
Apr 22, 2001, 12:38:11 PM (24 years ago)
Author:
sandervl
Message:

generate header for lx executable

File:
1 edited

Legend:

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

    r4244 r5567  
    1 /* $Id: winexelx.cpp,v 1.8 2000-09-12 19:02:00 sandervl Exp $ */
     1/* $Id: winexelx.cpp,v 1.9 2001-04-22 10:38:11 sandervl Exp $ */
    22
    33/*
     
    6767
    6868  if(winexe) {
    69     InitCommandLine(FALSE);
     69        InitCommandLine(FALSE);
    7070        winexe->setEntryPoint((ULONG)EntryPoint);
    7171        winexe->start();
     
    8686{
    8787  dprintf(("Win32LxExe ctor: %s", szModule));
     88  hinstance = (HINSTANCE)buildHeader(1, 0, IMAGE_SUBSYSTEM_WINDOWS_GUI);
    8889}
    8990//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.