From 8149ffce8087002320e29a85fc2cc000e5b7a958 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 22 Jun 2004 13:17:04 +0000 Subject: [PATCH] Do not include silcdefs.h when SILC_WIN32, only when the HAVE_SILCDEFS_H is defined. --- includes/silcincludes.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/silcincludes.h.in b/includes/silcincludes.h.in index 0d923e45..80399a65 100644 --- a/includes/silcincludes.h.in +++ b/includes/silcincludes.h.in @@ -71,7 +71,7 @@ extern "C" { #define SILC_SIZEOF_CHAR @SILC_SIZEOF_CHAR@ #define SILC_SIZEOF_VOID_P @SILC_SIZEOF_VOID_P@ -#if defined(HAVE_SILCDEFS_H) || defined(SILC_WIN32) +#if defined(HAVE_SILCDEFS_H) /* Automatically generated configuration header */ #include "silcdefs.h" #endif /* HAVE_SILCDEFS_H */ -- 2.24.0