emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 687a64f: Unbreak the MS-Windows build


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 687a64f: Unbreak the MS-Windows build
Date: Mon, 18 Jan 2016 15:43:32 +0000

branch: emacs-25
commit 687a64f637253b5ffbbed3c4f620aabe411e1a17
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Unbreak the MS-Windows build
    
    * src/sysdep.c (emacs_gnutls_global_init, gnutls_rnd): Disable for
    WINDOWSNT, to avoid link failure.  (Bug#22202)
---
 src/sysdep.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sysdep.c b/src/sysdep.c
index 6b2b205..d3e271b 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -100,7 +100,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #include "cm.h"
 
 #include "gnutls.h"
-#if 0x020c00 <= GNUTLS_VERSION_NUMBER
+#if 0x020c00 <= GNUTLS_VERSION_NUMBER && !defined WINDOWSNT
 # include <gnutls/crypto.h>
 #else
 # define emacs_gnutls_global_init() Qnil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]