From 7eab2503ea101c12d2ac398acf434bee78941401 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sat, 8 May 2004 14:13:20 +0000 Subject: [PATCH] Removed MessageBox in syslog. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1350 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/compat/compat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/win32/compat/compat.cpp b/bacula/src/win32/compat/compat.cpp index 00cd10e8ac..736cc2c188 100644 --- a/bacula/src/win32/compat/compat.cpp +++ b/bacula/src/win32/compat/compat.cpp @@ -481,9 +481,9 @@ gettimeofday(struct timeval *tv, struct timezone *) int syslog(int type, const char *fmt, const char *msg) { -#ifndef HAVE_CONSOLE +/*#ifndef HAVE_CONSOLE MessageBox(NULL, msg, "Bacula", MB_OK); -#endif +#endif*/ return 0; } -- 2.39.5