Changeset 830 for trunk/dll/killproc.c
- Timestamp:
- Sep 3, 2007, 5:30:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/killproc.c
r829 r830 107 107 if (!stricmp(pmi->szModName, "SYSINIT")) 108 108 GetDosPgmName(ppi->pid, s + strlen(s)); 109 109 else { 110 110 if (*pmi->szModName) 111 111 strcat(s, pmi->szModName); 112 112 else 113 113 strcat(s, GetPString(IDS_UNKNOWNPROCTEXT)); … … 170 170 if (!stricmp((CHAR *) pmi->pName, "SYSINIT")) 171 171 GetDosPgmName(ppi->pid, s + strlen(s)); 172 172 else { 173 173 if (*pmi->pName) 174 174 strcat(s, (CHAR *) pmi->pName); 175 175 else 176 176 strcat(s, GetPString(IDS_UNKNOWNPROCTEXT)); … … 506 506 507 507 #pragma alloc_text(KILLPROC,FillKillListThread,FillKillListThread2,GetDosPgmName,KillDlgProc) 508 #pragma alloc_text(KILLPROC,FillKillListThread )508 #pragma alloc_text(KILLPROC,FillKillListThread3)
Note:
See TracChangeset
for help on using the changeset viewer.