I am writing a log parser program that will be running on a web server so I can't
use a great deal of the CPU... when I try to use the Sleep function I get an
unresolved external error... when I include the winbase.h file which according to
the help contains the function I cannot compile the program at all. Is there
anything else I need to include with winbase for it to compile correctly? The
only other files I am using are stdlib.h and stdio.h.
Thanks in advance for the help
Nate