From: Nicolas Boichat Date: Sun, 18 Apr 2004 21:03:47 +0000 (+0000) Subject: HAVE_WIN32 also defined. X-Git-Tag: Release-1.34.1~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=356e2e1b41eedac415233a9b0eab1cfb3bb70819;p=bacula%2Fbacula HAVE_WIN32 also defined. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1243 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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)