Changeset 1014
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r1009 r1014 539 539 WinSendMsg(hwndList, LM_SELECTITEM, MPFROMSHORT(0), 540 540 MPFROMSHORT(TRUE)); 541 WinEnableWindowUpdate(hwndList, TRUE); 541 WinEnableWindowUpdate(hwndList, TRUE); 542 xfree(pData, pszSrcFile, __LINE__); 542 543 return TRUE; 543 544 } -
trunk/dll/systemf.c
r1009 r1014 605 605 ex.flags = flags; 606 606 ex.flags &= (~PROMPT); 607 ret urnrunemf2(ex.flags, hwnd, pszCallingFile, uiLineNumber, path,607 ret = runemf2(ex.flags, hwnd, pszCallingFile, uiLineNumber, path, 608 608 (*ex.environment) ? ex.environment : NULL, 609 "%s", commandline); 609 "%s", commandline); 610 xfree(commandline, pszSrcFile, __LINE__); 611 return ret; 610 612 } 611 613 }
Note:
See TracChangeset
for help on using the changeset viewer.