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

    r761 r771  
    435435          if (!WinSendMsg(hwndCnr,
    436436                          CM_INSERTRECORD, MPFROMP(pci), MPFROMP(&ri))) {
    437             DosSleep(100);
     437            DosSleep(50); //05 Aug 07 GKY 100
    438438            WinSetFocus(HWND_DESKTOP, hwndCnr);
    439439            if (WinIsWindow((HAB)0, hwndCnr)) {
Note: See TracChangeset for help on using the changeset viewer.