commit | d007ececa0d360bf8107db21d86db6930f03e766 | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Wed Feb 09 16:06:16 2011 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Wed Feb 09 16:06:16 2011 +0000 |
tree | ff4cc5a574e16e8bc04d0841ffe8b857c430ebb9 | |
parent | b48642369217f870e8571b27196d165aca61d75a [diff] [blame] |
[Bugfix] Fix Windows build, recently added GNUTLS compat code broke it. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4279 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/os/tls.cxx b/common/os/tls.cxx index cd67ce7..c092996 100644 --- a/common/os/tls.cxx +++ b/common/os/tls.cxx
@@ -32,7 +32,7 @@ using namespace std; -#ifdef HAVE_GNUTLS +#if defined(HAVE_GNUTLS) && !defined(WIN32) #include <gnutls/gnutls.h> #include <gnutls/x509.h>