mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
win32 clean remove leftover ifdef
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
4e1462d890
commit
8c2c92491e
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
static unsigned long long
|
||||
time_in_microseconds()
|
||||
{
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
#define DELTA_EPOCH_IN_MICROSECS 11644473600000000ULL
|
||||
FILETIME filetime;
|
||||
ULARGE_INTEGER datetime;
|
||||
|
|
Loading…
Add table
Reference in a new issue