Explicitly define NCURSES_WIDECHAR instead of _XOPEN_SOURCE

This commit is contained in:
Andrzej Rybczak
2017-03-29 10:40:54 +02:00
parent e0a469fb9f
commit dff00a873a
2 changed files with 1 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
#define NCMPCPP_WINDOW_H
#define NCURSES_NOMACROS 1
#define NCURSES_WIDECHAR 1
#include "config.h"