diff options
Diffstat (limited to 'common/os/tls.h')
-rw-r--r-- | common/os/tls.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/os/tls.h b/common/os/tls.h index f6b5550f..6920bb0d 100644 --- a/common/os/tls.h +++ b/common/os/tls.h @@ -23,11 +23,7 @@ #include <config.h> #endif -/* - * Windows builds are build against fairly new GNUTLS, ignore compatibility - * code. - */ -#if defined(HAVE_GNUTLS) && !defined(WIN32) +#if defined(HAVE_GNUTLS) #include <gnutls/gnutls.h> #ifndef HAVE_GNUTLS_DATUM_T |