aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/u3
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/u3')
-rw-r--r--packaging/u3/tools/sysdep.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/u3/tools/sysdep.h b/packaging/u3/tools/sysdep.h
index 9fc7c889a1..a44b41b38c 100644
--- a/packaging/u3/tools/sysdep.h
+++ b/packaging/u3/tools/sysdep.h
@@ -45,10 +45,7 @@
#include "config.h"
#endif
-#ifdef _WIN32
-/* #include <windows.h> */
-#include <winposixtype.h>
-#else
+#ifndef _WIN32
#include <sys/types.h>
#include <sys/time.h>
#include <sys/sysinfo.h>
@@ -67,7 +64,7 @@
#define MD5Init(md) gcry_md_open(md, GCRY_MD_MD5, 0)
#define MD5Update(md, data, len) gcry_md_write(*(md), data, len)
#define MD5Final(buf, md) memcpy(buf, gcry_md_read(*(md), GCRY_MD_MD5), gcry_md_get_algo_dlen(GCRY_MD_MD5))
-#endif
+#endif
/* set the following to the number of 100ns ticks of the actual
resolution of your system's clock */