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

    r735 r771  
    48974897    }
    48984898    else
    4899       DosSleep(64);
     4899      DosSleep(32);//05 Aug 07 GKY 64
    49004900
    49014901    hwndFrame = WinQueryWindow(hwnd, QW_PARENT);
     
    49044904     * create frame children (not client children, frame children)
    49054905     */
    4906     DosSleep(1L);
     4906    DosSleep(1);
    49074907    WinQueryWindowPos(hwndFrame, &swp);
    49084908    oldproc = WinSubclassWindow(hwndFrame, MainFrameWndProc);
     
    58105810        WinSendMsg(hwndTree, WM_CLOSE, MPVOID, MPVOID);
    58115811    }
    5812     DosSleep(1L);
     5812    DosSleep(1);
    58135813    return 0;                           // Hold off WM_QUIT
    58145814
Note: See TracChangeset for help on using the changeset viewer.