From 94e3cf67945b2c2d0fa6d5f66511e68d7e83f1e3 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 28 Aug 2005 12:30:21 +0000 Subject: [PATCH] Correct LOCALEDIR problem in build of Win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2364 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/kes-1.37 | 1 + bacula/src/win32/compat/winconfig.h | 1 + 2 files changed, 2 insertions(+) diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index 1421a7af14..87484b165b 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -5,6 +5,7 @@ General: Changes to 1.37.37: 28Aug05 +- Correct LOCALEDIR problem in build of Win32 - Correct ssize_t problem in build of Win32 - Add code to llprint pools and volumes to debug next item. - From bug report, fix resetting Pool defaults in Volume. It diff --git a/bacula/src/win32/compat/winconfig.h b/bacula/src/win32/compat/winconfig.h index e7365b65e6..bddc74ff4b 100644 --- a/bacula/src/win32/compat/winconfig.h +++ b/bacula/src/win32/compat/winconfig.h @@ -375,6 +375,7 @@ #define ENABLE_NLS 1 #endif +#undef LOCALEDIR #define LOCALEDIR "." #undef HAVE_NL_LANGINFO -- 2.39.2