diff -r 2cb34a4ac65a -r 6b5a4c21e061 doc/doxygen/html/win32_2timerscfg_8h.html --- a/doc/doxygen/html/win32_2timerscfg_8h.html Tue Jun 05 17:34:33 2007 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,137 +0,0 @@ - -
-#include <windows.h>
-Go to the source code of this file.
Defines | |
#define | TIMEVAL unsigned long long |
#define | TIMEVAL_MAX ~(TIMEVAL)0 |
#define | MS_TO_TIMEVAL(ms) ms*1000 |
#define | US_TO_TIMEVAL(us) us |
#define | TASK_HANDLE HANDLE |
#define MS_TO_TIMEVAL | -( | -ms | -- | ) | -ms*1000 | -
- -
-Definition at line 33 of file timerscfg.h. -
#define TASK_HANDLE HANDLE | -
- -
-Definition at line 36 of file timerscfg.h. -
#define TIMEVAL unsigned long long | -
- -
-Definition at line 31 of file timerscfg.h. -
#define TIMEVAL_MAX ~(TIMEVAL)0 | -
- -
-Definition at line 32 of file timerscfg.h. -
#define US_TO_TIMEVAL | -( | -us | -- | ) | -us | -
- -
-Definition at line 34 of file timerscfg.h. -
-