Changeset 771 for trunk/dll/killproc.c


Ignore:
Timestamp:
Aug 6, 2007, 5:05:35 AM (18 years ago)
Author:
Gregg Young
Message:

Increase subject to 1024 reduce DosSleep times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/killproc.c

    r551 r771  
    319319        if (_beginthread(FillKillListThread2,
    320320                         NULL, 65536, (PVOID) & hwnd) != -1)
    321           DosSleep(250L);
     321          DosSleep(100);//05 Aug 07 GKY 250
    322322        else
    323323          WinDismissDlg(hwnd, 0);
     
    326326        if (_beginthread(FillKillListThread,
    327327                         NULL, 65536, (PVOID) & hwnd) != -1)
    328           DosSleep(250L);
     328          DosSleep(100); //05 Aug 07 GKY 250
    329329        else
    330330          WinDismissDlg(hwnd, 0);
Note: See TracChangeset for help on using the changeset viewer.