From: Eric Bollengier Date: Tue, 20 Jan 2009 15:33:17 +0000 (+0000) Subject: ebl add difference between win32 and win64 X-Git-Tag: Release-3.0.0~292 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=07def6443798c561bfe9b13f909f69ac52af82b1;p=bacula%2Fbacula ebl add difference between win32 and win64 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8385 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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