Changeset 888 for trunk/dll/sysinfo.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/sysinfo.c

    r793 r888  
    6363      DosDupHandle(fileno(fp), &oldstdout);
    6464      runemf2(SEPARATE | INVISIBLE | FULLSCREEN | BACKGROUND | WAIT,
    65               hwnd, NULL, NULL, "%s", "RMVIEW.EXE");
     65              hwnd, pszSrcFile, __LINE__,
     66              NULL, NULL, "%s", "RMVIEW.EXE");
    6667      oldstdout = fileno(stdout);
    6768      DosDupHandle(newstdout, &oldstdout);
Note: See TracChangeset for help on using the changeset viewer.