]> git.eshelyaron.com Git - emacs.git/commitdiff
(CFLAGS): Do not define HAVE_NTGUI.
authorAndrew Innes <andrewi@gnu.org>
Mon, 1 Jun 1998 14:00:12 +0000 (14:00 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 1 Jun 1998 14:00:12 +0000 (14:00 +0000)
nt/makefile.def

index 4e28b0beb3d98ea3f689a6a5af86d8c6f5e30863..fdfa6029653c267117274b6d39bb5251ff35694b 100644 (file)
@@ -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)