Changeset 1497 for trunk/dll/collect.c


Ignore:
Timestamp:
Jan 8, 2010, 5:39:40 AM (16 years ago)
Author:
Gregg Young
Message:

Update ExecOnList to pass environment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/collect.c

    r1486 r1497  
    25662566                strcat(li->targetpath, " %a");
    25672567                ExecOnList(dcd->hwndParent, li->targetpath,
    2568                            PROMPT | WINDOWED, NULL, li->list, NULL,
     2568                           PROMPT | WINDOWED, NULL, NULL, li->list, NULL,
    25692569                           pszSrcFile, __LINE__);
    25702570                FreeList(li->list);
Note: See TracChangeset for help on using the changeset viewer.