From 8fc1491a609b956f7cad5b0625ee8c1dd0895e45 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 21 Dec 2009 21:06:01 +0000 Subject: Switch to using a bundled version of the openSUSE Build Service packages for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341 --- packaging/u3/tools/sysdep.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packaging/u3') 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 */ -#include -#else +#ifndef _WIN32 #include #include #include @@ -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 */ -- cgit v1.2.3