From 356e2e1b41eedac415233a9b0eab1cfb3bb70819 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Sun, 18 Apr 2004 21:03:47 +0000 Subject: [PATCH] HAVE_WIN32 also defined. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1243 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/wx-console/Makefile.mingw b/bacula/src/wx-console/Makefile.mingw index 7b051b2829..a7d7cc84b4 100644 --- a/bacula/src/wx-console/Makefile.mingw +++ b/bacula/src/wx-console/Makefile.mingw @@ -1,5 +1,5 @@ -CPP = g++.exe -D__DEBUG__ -DHAVE_MINGW -CC = gcc.exe -D__DEBUG__ -DHAVE_MINGW +CPP = g++.exe -D__DEBUG__ -DHAVE_MINGW -DHAVE_WIN32 +CC = gcc.exe -D__DEBUG__ -DHAVE_MINGW -DHAVE_WIN32 WINDRES = windres.exe RES = wx-console_private.res OBJ = main.o console_thread.o authenticate.o console_conf.o wxbrestorepanel.o wxbmainframe.o wxbtableparser.o wxbtreectrl.o wxblistctrl.o wxbutils.o $(RES) -- 2.39.5