Changeset 771 for trunk/dll/seeall.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/seeall.c

    r766 r771  
    10951095        if (toupper(*path) < 'C')
    10961096          DosBeep(1000, 25);
    1097         DosSleep(33L);
     1097        DosSleep(16);//05 Aug 07 GKY 33
    10981098        break;
    10991099
     
    12901290          TileChildren(hwndMain, TRUE);
    12911291        WinSetWindowPos(hwndC, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE);
    1292         DosSleep(250);
     1292        DosSleep(100);//05 Aug 07 GKY 250
    12931293      }
    12941294    }
    12951295    else {
    12961296      StartCollector(HWND_DESKTOP, 4);
    1297       DosSleep(250);
     1297      DosSleep(100);//05 Aug 07 GKY 250
    12981298    }
    12991299  }
     
    25622562      }
    25632563      else {
    2564         DosSleep(100);
     2564        DosSleep(50);//05 Aug 07 GKY 100
    25652565        PostMsg(hwnd, UM_SETUP, MPVOID, MPVOID);
    25662566        PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
     
    40064006        else {
    40074007          DosReleaseMutexSem(pAD->hmtxScan);
    4008           DosSleep(100);
     4008          DosSleep(50);//05 Aug 07 GKY 100
    40094009          WinInvalidateRect(hwnd, NULL, FALSE);
    40104010          PostMsg(hwnd, UM_SETUP2, MPVOID, MPVOID);
     
    41694169      }
    41704170      else if (SHORT1FROMMP(mp1) == IDM_COLLECTOR) {
    4171         DosSleep(100);
     4171        DosSleep(50);//05 Aug 07 GKY 100
    41724172        if (!PostMsg(hwnd, msg, mp1, mp2))
    41734173          WinSendMsg(hwnd, msg, mp1, mp2);
Note: See TracChangeset for help on using the changeset viewer.