mirror of
https://git.zap.org.au/git/trader.git
synced 2024-10-27 18:20:13 -04:00
Define _XOPEN_SOURCE_EXTENDED, required by old versions of NcursesW
The macro _XOPEN_SOURCE_EXTENDED is required by some old versions of NcursesW for wide-character function definitions.
This commit is contained in:
parent
82ca16e110
commit
e3733d8921
@ -98,6 +98,8 @@
|
||||
|
||||
// X/Open-compatible Curses library
|
||||
|
||||
#define _XOPEN_SOURCE_EXTENDED 1 // Required by old versions of NcursesW
|
||||
|
||||
#if defined(HAVE_NCURSESW_CURSES_H)
|
||||
# include <ncursesw/curses.h>
|
||||
#elif defined(HAVE_NCURSESW_H)
|
||||
|
Loading…
Reference in New Issue
Block a user