From: Nicolas Boichat Date: Sat, 8 May 2004 14:13:20 +0000 (+0000) Subject: Removed MessageBox in syslog. X-Git-Tag: Release-1.34.3~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7eab2503ea101c12d2ac398acf434bee78941401;p=bacula%2Fbacula Removed MessageBox in syslog. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1350 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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; }