bypass curses_putmixed if -DCURSES_GENL_PUTMIXED is defined
This commit is contained in:
@@ -90,7 +90,12 @@ WINCFLAGS += -DNOTTYGRAPHICS
|
||||
endif
|
||||
|
||||
ifdef WANT_WIN_CURSES
|
||||
WINCFLAGS += -DCURSES_GRAPHICS -D_XOPEN_SOURCE_EXTENDED=1
|
||||
WINCFLAGS += -DCURSES_GRAPHICS
|
||||
ifeq "$(NOPUTMIXED)" "1"
|
||||
WINCFLAGS += -DCURSES_GENL_PUTMIXED
|
||||
else
|
||||
WINCFLAGS += -D_XOPEN_SOURCE_EXTENDED=1
|
||||
endif
|
||||
WINSRC += $(WINCURSESSRC)
|
||||
WINOBJ0 += $(WINCURSESOBJ)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user