Changeset 814 for trunk/dll/key.c


Ignore:
Timestamp:
Aug 26, 2007, 11:50:07 PM (18 years ago)
Author:
Gregg Young
Message:

DosSleep(1) in loops changed to (0) to enhance performance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/key.c

    r793 r814  
    120120          WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE,
    121121                            MPFROMLONG(sk1), MPVOID);
    122           DosSleep(16L);//05 Aug 07 GKY 33
     122          DosSleep(16);//05 Aug 07 GKY 33
    123123          WinSendDlgItemMsg(hwnd, ABT_ICON, SM_SETHANDLE,
    124124                            MPFROMLONG(sk2), MPVOID);
Note: See TracChangeset for help on using the changeset viewer.