|
sipxportlib
Version 3.3
|
#include <assert.h>#include <windows.h>#include <MMSystem.h>#include <time.h>#include "os/OsDefs.h"#include "os/Wnt/OsDateTimeWnt.h"#include "os/OsTime.h"
Classes | |
| struct | CriticalSectionWrapper |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Variables | |
| const uint64_t | WINDOWSTIME2UNIXTIME = UINT64_C(11644473600) |
| const int | MILLISECS_PER_SEC = 1000 |
| const int | MICROSECS_PER_MILLISEC = 1000 |
| const int | FILETIME_UNITS_PER_SEC = 10000000 |
| const int | FILETIME_UNITS_PER_USEC = 10 |
| #define WIN32_LEAN_AND_MEAN |
| const int MILLISECS_PER_SEC = 1000 |
| const int MICROSECS_PER_MILLISEC = 1000 |
| const int FILETIME_UNITS_PER_SEC = 10000000 |
| const int FILETIME_UNITS_PER_USEC = 10 |
1.8.11