From 70296fe9c8dcc5e20fe408891d62511904127b95 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 14 Nov 2010 12:51:02 +0100 Subject: [PATCH] Hopefully fix James' compiler warnings --- bacula/src/win32/compat/winhost.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bacula/src/win32/compat/winhost.h b/bacula/src/win32/compat/winhost.h index 27e1f46500..58ecca2c9c 100644 --- a/bacula/src/win32/compat/winhost.h +++ b/bacula/src/win32/compat/winhost.h @@ -1,9 +1,3 @@ -/* - * Define Host machine - * - * Version $Id$ - * - */ /* Bacula® - The Network Backup Solution @@ -32,6 +26,11 @@ Switzerland, email:ftf@fsfeurope.org. */ +/* + * Define Host machine + */ + + #include "host.h" #undef HOST_OS #undef DISTNAME @@ -41,7 +40,9 @@ #define HOST_OS "Linux" #define DISTNAME "Cross-compile" +#ifndef BACULA #define BACULA "Bacula" +#endif #ifdef _WIN64 # define DISTVER "Win64" #else -- 2.39.5