00001 /******************************************************************** 00002 Copyright (c) 2001, Lee Patterson & Ant Works Software 00003 http://ssobjects.sourceforge.net 00004 00005 created : 07/31/2000 02:00pm 00006 filename : tsleep.h 00007 author : Lee Patterson (lee@antws.com) 00008 00009 purpose : puts the calling process or thread to sleep for 00010 specified number of milliseconds. 00011 00012 notes : this function is acurate to about 5 milliseconds. 00013 *********************************************************************/ 00014 00015 #include "defs.h" 00016 00017 void tsleep(unsigned32 nMilliSeconds);