Changeset 2345 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Jan 6, 2000, 9:07:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r2329 r2345 1 /* $Id: wprocess.cpp,v 1.6 5 2000-01-05 19:39:57sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.66 2000-01-06 20:07:10 sandervl Exp $ */ 2 2 3 3 /* … … 575 575 576 576 if(WinExe) { 577 cmdline = WinExe->getCommandLine ();577 cmdline = WinExe->getCommandLineA(); 578 578 } 579 579 if(cmdline == NULL) //not used for converted exes … … 597 597 598 598 if(WinExe) { 599 asciicmdline = WinExe->getCommandLine(); 599 if(WinExe->getCommandLineW()) 600 return WinExe->getCommandLineW(); 600 601 } 601 602 if(asciicmdline == NULL) //not used for converted exes
Note:
See TracChangeset
for help on using the changeset viewer.