Skip to content

Commit

Permalink
Fix compile error in experimental release on macOS (CleverRaven#56918)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Apr 19, 2022
1 parent ee59875 commit 3ad05f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ncurses_def.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
// ncurses can define some functions as macros, but we need those identifiers
// to be unchanged by the preprocessor, as we use them as function names.
#define NCURSES_NOMACROS
#if !defined(__APPLE__)
#define NCURSES_WIDECHAR 1
#endif
#if defined(__CYGWIN__)
#include <ncurses/curses.h>
#else
Expand Down

0 comments on commit 3ad05f9

Please sign in to comment.