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

    r689 r771  
    724724    }
    725725    else
    726       DosSleep(64);
     726      DosSleep(32);//05 Aug 07 GKY 64
    727727
    728728    pd = xmallocz(sizeof(PERSON1DATA), pszSrcFile, __LINE__);
     
    740740       * create frame children (not client children, frame children)
    741741       */
    742       DosSleep(1L);
     742      DosSleep(1);
    743743      WinQueryWindowPos(WinQueryWindow(hwnd, QW_PARENT), &swp);
    744744      oldproc = WinSubclassWindow(WinQueryWindow(hwnd, QW_PARENT),
     
    13171317    CloseChildren(hwnd);
    13181318    PostMsg(hwnd, UM_CLOSE, MPVOID, MPVOID);
    1319     DosSleep(1L);
     1319    DosSleep(1);
    13201320    return 0;
    13211321
Note: See TracChangeset for help on using the changeset viewer.