From 7c9e92e28fcb12fff527e2024e26d2cd95db9a59 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 19 May 2008 18:32:22 +0000 Subject: [PATCH] ebl Make win32 binaries ok git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6992 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/dll/bacula.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/win32/dll/bacula.def b/bacula/src/win32/dll/bacula.def index 31f143b048..6aad607c50 100644 --- a/bacula/src/win32/dll/bacula.def +++ b/bacula/src/win32/dll/bacula.def @@ -285,6 +285,7 @@ _Z10bvsnprintfPciPKcS_ _Z9bsnprintfPciPKcz ; bsock.o +_ZN5BSOCK11set_lockingEv _Z9new_bsockv _ZN5BSOCK10free_bsockEv _ZN5BSOCK12set_blockingEv @@ -469,6 +470,7 @@ _Z13new_guid_listv _Z8hmac_md5PhiS_iS_ ; htable.o +_ZN6htable11hash_mallocEi _ZN6htable10grow_tableEv _ZN6htable10hash_indexEPc _ZN6htable4initEPvS0_i -- 2.39.5