- Timestamp:
 - Apr 22, 2001, 12:38:11 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kernel32/winexelx.cpp (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/winexelx.cpp
r4244 r5567 1 /* $Id: winexelx.cpp,v 1. 8 2000-09-12 19:02:00sandervl Exp $ */1 /* $Id: winexelx.cpp,v 1.9 2001-04-22 10:38:11 sandervl Exp $ */ 2 2 3 3 /* … … 67 67 68 68 if(winexe) { 69 InitCommandLine(FALSE);69 InitCommandLine(FALSE); 70 70 winexe->setEntryPoint((ULONG)EntryPoint); 71 71 winexe->start(); … … 86 86 { 87 87 dprintf(("Win32LxExe ctor: %s", szModule)); 88 hinstance = (HINSTANCE)buildHeader(1, 0, IMAGE_SUBSYSTEM_WINDOWS_GUI); 88 89 } 89 90 //******************************************************************************  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  