Revision: 4333
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4333&view=rev
Author:   ossman_
Date:     2011-03-08 15:38:38 +0000 (Tue, 08 Mar 2011)

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

Modified Paths:
--------------
    trunk/common/os/tls.h

Modified: trunk/common/os/tls.h
===================================================================
--- trunk/common/os/tls.h       2011-03-08 15:37:34 UTC (rev 4332)
+++ trunk/common/os/tls.h       2011-03-08 15:38:38 UTC (rev 4333)
@@ -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


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to