Changeset 809 for trunk/dll/common.c
- Timestamp:
- Aug 26, 2007, 7:44:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r793 r809 19 19 02 Aug 07 SHL Sync with CNRITEM mods 20 20 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 21 26 Aug 07 SHL Change to DosSleep(0) 21 22 22 23 ***********************************************************************/ … … 557 558 ltoa(threaduse, ts, 10); 558 559 WinSetWindowText(hwndLEDHdr, ts); 559 DosSleep( 1);560 DosSleep(0); 560 561 } 561 562 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.