Ignore:
Timestamp:
Jan 6, 2000, 9:07:10 PM (26 years ago)
Author:
sandervl
Message:

some updates/minor changes

File:
1 edited

Legend:

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

    r2329 r2345  
    1 /* $Id: wprocess.cpp,v 1.65 2000-01-05 19:39:57 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.66 2000-01-06 20:07:10 sandervl Exp $ */
    22
    33/*
     
    575575
    576576  if(WinExe) {
    577     cmdline = WinExe->getCommandLine();
     577    cmdline = WinExe->getCommandLineA();
    578578  }
    579579  if(cmdline == NULL) //not used for converted exes
     
    597597
    598598    if(WinExe) {
    599       asciicmdline = WinExe->getCommandLine();
     599        if(WinExe->getCommandLineW())
     600                return WinExe->getCommandLineW();
    600601    }
    601602    if(asciicmdline == NULL) //not used for converted exes
Note: See TracChangeset for help on using the changeset viewer.