We don't need to special case Windows anymore now since we have proper
checks for old GnuTLS in CMake.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4333 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/os/tls.h b/common/os/tls.h
index f6b5550..6920bb0 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