From: Kern Sibbald Date: Sat, 6 Nov 2010 15:28:15 +0000 (+0100) Subject: Fix Windows build to know about exepath X-Git-Tag: Release-7.0.0~1423 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60a039d471cd1237904b976584cf037d070346bc;p=bacula%2Fbacula Fix Windows build to know about exepath --- diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index 493368000e..b045462ac4 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -35,7 +35,7 @@ #include "filed.h" extern CLIENT *me; -extern char *exepath; +extern DLL_IMP_EXP char *exepath; const int dbglvl = 150; #ifdef HAVE_WIN32