]> source.dussan.org Git - tigervnc.git/commitdiff
We don't need to special case Windows anymore now since we have proper
authorPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 15:38:38 +0000 (15:38 +0000)
committerPierre Ossman <ossman@cendio.se>
Tue, 8 Mar 2011 15:38:38 +0000 (15:38 +0000)
checks for old GnuTLS in CMake.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4333 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/os/tls.h

index f6b5550fd4db5d44f57fafec89438c2fb23af36c..6920bb0d0ac5935c2e4f9e65d14f17138f252828 100644 (file)
 #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