From: Andrew Innes Date: Mon, 1 Jun 1998 14:00:12 +0000 (+0000) Subject: (CFLAGS): Do not define HAVE_NTGUI. X-Git-Tag: emacs-20.3~763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69407fcd985b0b30429a5192d96f4c02dce97647;p=emacs.git (CFLAGS): Do not define HAVE_NTGUI. --- 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)