From 07def6443798c561bfe9b13f909f69ac52af82b1 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 20 Jan 2009 15:33:17 +0000 Subject: [PATCH] ebl add difference between win32 and win64 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8385 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/compat/winhost.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bacula/src/win32/compat/winhost.h b/bacula/src/win32/compat/winhost.h index c4ffad8c8c..e6b0a9600a 100644 --- a/bacula/src/win32/compat/winhost.h +++ b/bacula/src/win32/compat/winhost.h @@ -41,7 +41,11 @@ #define HOST_OS "Linux" #define DISTNAME "Cross-compile" -#define DISTVER "Win32" +#ifdef _WIN64 +# define DISTVER "Win64" +#else +# define DISTVER "Win32" +#endif #else -- 2.39.5