From 69407fcd985b0b30429a5192d96f4c02dce97647 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Mon, 1 Jun 1998 14:00:12 +0000 Subject: [PATCH] (CFLAGS): Do not define HAVE_NTGUI. --- nt/makefile.def | 3 --- 1 file changed, 3 deletions(-) diff --git a/nt/makefile.def b/nt/makefile.def index 4e28b0beb3d..fdfa6029653 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -142,9 +142,6 @@ CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl !else CFLAGS = $(CFLAGS_COMMON) -D_CRTAPI1=_cdecl !endif -!ifdef NTGUI -CFLAGS = $(CFLAGS) -DHAVE_NTGUI=1 -!endif !ifdef BUILD_TYPE OBJDIR = obj-$(BUILD_TYPE) -- 2.39.2