readline.h is missing an `extern "C" {`
hsjunnesson opened this issue · 1 comments
hsjunnesson commented
Trying to include this in a cpp program won't work, because you've missed the opening
#ifdef __cplusplus
extern "C" {
#endif
wineditline/src/editline/readline.h
Lines 116 to 118 in 320e15f
NicolasIRAGNE commented
Hello, this has been fixed in update 2.206, which is not in this repository, and I am not sure if it is being actively maintained or not.
You can find the update on the official SVN repository http://mingweditline.sourceforge.net/?Downloads