
10 Apr
2006
10 Apr
'06
5:38 p.m.
#if defined _MSC_VER || WIN32 # include <windows.h> // for Sleep # define MILLI_SECOND_SLEEP(value) (Sleep(value)) #else # include <unistd.h> // for usleep # define MILLI_SECOND_SLEEP(value) (usleep(value * 1000)) #endif but that's just a hack, it really should be in the library. Matt Scanned by McAfee GroupShield {X3BTB534}
7013
Age (days ago)
7013
Last active (days ago)
1 comments
2 participants
participants (2)
-
Matt Doyle
-
Olaf van der Spek