Changeset 888 for trunk/dll/mainwnd.c
- Timestamp:
- Dec 22, 2007, 11:02:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r877 r888 1592 1592 WINDOWED | ((fKeepCmdLine) ? 1593 1593 SEPARATEKEEP : SEPARATE), 1594 directory, list, NULL );1594 directory, list, NULL, pszSrcFile, __LINE__); 1595 1595 if (list) 1596 1596 free(list); … … 1960 1960 strcat(li->targetpath, " %a"); 1961 1961 ExecOnList(hwndMain, 1962 li->targetpath, PROMPT | WINDOWED, NULL, li->list, NULL); 1962 li->targetpath, PROMPT | WINDOWED, NULL, li->list, NULL, 1963 pszSrcFile, __LINE__); 1963 1964 FreeList(li->list); 1964 1965 li->list = NULL; … … 4234 4235 CHAR szPath2[CCHMAXPATH]; 4235 4236 runemf2(SEPARATE, 4236 HWND_DESKTOP, NULL, NULL, 4237 HWND_DESKTOP, pszSrcFile, __LINE__, 4238 NULL, NULL, 4237 4239 "%s %s %s", 4238 4240 dircompare, 4239 4241 BldQuotedFileName(szPath1, wa.szCurrentPath1), 4240 4242 BldQuotedFileName(szPath2, wa.szCurrentPath2)); 4241 // CHAR d1[] = "\"";4242 // CHAR d2[] = "\"";4243 // if (!needs_quoting(wa.szCurrentPath1))4244 // *d1 = 0;4245 // if (!needs_quoting(wa.szCurrentPath2))4246 // *d2 = 0;4247 // runemf2(SEPARATE,4248 // HWND_DESKTOP, NULL, NULL,4249 // "%s %s%s%s %s%s%s",4250 // dircompare,4251 // d1, wa.szCurrentPath1, d1, d2, wa.szCurrentPath2, d2);4252 4243 } 4253 4244 } … … 4648 4639 type = SEPARATE | FULLSCREEN; 4649 4640 } 4650 runemf2(type, hwnd, path, NULL, "%s", env); 4641 runemf2(type, hwnd, pszSrcFile, __LINE__, 4642 path, NULL, "%s", env); 4651 4643 } 4652 4644 break;
Note:
See TracChangeset
for help on using the changeset viewer.