Changeset 809 for trunk/dll/common.c


Ignore:
Timestamp:
Aug 26, 2007, 7:44:52 PM (18 years ago)
Author:
Steven Levine
Message:

Revert more to DosSleep(0)
Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/common.c

    r793 r809  
    1919  02 Aug 07 SHL Sync with CNRITEM mods
    2020  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
     21  26 Aug 07 SHL Change to DosSleep(0)
    2122
    2223***********************************************************************/
     
    557558      ltoa(threaduse, ts, 10);
    558559      WinSetWindowText(hwndLEDHdr, ts);
    559       DosSleep(1);
     560      DosSleep(0);
    560561    }
    561562    return 0;
Note: See TracChangeset for help on using the changeset viewer.