From 4e43a59febdece3d14fbdc09e25f264142b95ae9 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 13 May 2005 16:13:28 +0000 Subject: [PATCH] Fix wx-console on Unix git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2026 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/main.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacula/src/wx-console/main.cpp b/bacula/src/wx-console/main.cpp index 443720c58e..c919e948b8 100644 --- a/bacula/src/wx-console/main.cpp +++ b/bacula/src/wx-console/main.cpp @@ -103,3 +103,7 @@ bool MyApp::OnInit() return TRUE; } + +#ifndef HAVE_WIN32 +void InitWinAPIWrapper() { }; +#endif -- 2.39.5