From d64e4e1f77bf4d31b12242e1e84235f6f5679060 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 3 Jul 2006 08:15:36 +0000 Subject: [PATCH] Turn off build of var.c on WIN32 for now git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3116 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/lib/var.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/lib/var.c b/bacula/src/lib/var.c index 14289b19a8..bc14891cb4 100644 --- a/bacula/src/lib/var.c +++ b/bacula/src/lib/var.c @@ -37,6 +37,7 @@ */ +#if !defined(HAVE_WIN32) #include "bacula.h" #if defined(HAVE_PCREPOSIX) # include @@ -2717,3 +2718,4 @@ const char *var_strerror(var_t *var, var_rc_t rc) } return str; } +#endif /* !defined(HAVE_WIN32) */ -- 2.39.2