win32 clean remove leftover ifdef
authorAndy Green <andy.green@linaro.org>
Mon, 31 Mar 2014 14:03:09 +0000 (22:03 +0800)
committerAndy Green <andy.green@linaro.org>
Mon, 31 Mar 2014 14:03:09 +0000 (22:03 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/lws-plat-win.c

index cd67f71..97bced6 100644 (file)
@@ -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;