From: Kern Sibbald Date: Sun, 28 Aug 2005 12:30:21 +0000 (+0000) Subject: Correct LOCALEDIR problem in build of Win32 X-Git-Tag: Release-1.38.0~140 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=94e3cf67945b2c2d0fa6d5f66511e68d7e83f1e3;p=bacula%2Fbacula Correct LOCALEDIR problem in build of Win32 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2364 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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