Changeset 888 for trunk/dll/killproc.c


Ignore:
Timestamp:
Dec 22, 2007, 11:02:11 PM (18 years ago)
Author:
Gregg Young
Message:

runemf2 now quotes executable strings if needed (Ticket 180); it also reports where it was called from on errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/killproc.c

    r830 r888  
    236236    DosDupHandle(fileno(fp), &oldstdout);
    237237    rc = runemf2(SEPARATE | INVISIBLE | FULLSCREEN | BACKGROUND | WAIT,
    238                  hwnd, NULL, NULL, "%s", "PSTAT.EXE /C");
     238                 hwnd, pszSrcFile, __LINE__, NULL, NULL,
     239                 "%s", "PSTAT.EXE /C");
    239240    oldstdout = fileno(stdout);
    240241    DosDupHandle(newstdout, &oldstdout);
Note: See TracChangeset for help on using the changeset viewer.