From c84e8e92a6af22a12315f7fafc1a868861babd32 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 19 Jul 2008 09:46:02 +0000 Subject: [PATCH] ebl fix bad patch for win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7400 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/README.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/qt-console/README.mingw b/bacula/src/qt-console/README.mingw index ec2df21395..185808ed7a 100644 --- a/bacula/src/qt-console/README.mingw +++ b/bacula/src/qt-console/README.mingw @@ -64,7 +64,7 @@ this problem too) Apply this patch to your cross-tool installation. time_t st_ctime; /* Creation time */ }; --#ifdef _NO_OLDNAMES +-#ifndef _NO_OLDNAMES +#ifdef _NO_OLDNAMES_DISABLE /* NOTE: Must be the same as _stat above. */ struct stat -- 2.39.5