winlibs/wineditline

readline.h is missing an `extern "C" {`

hsjunnesson opened this issue · 1 comments

Trying to include this in a cpp program won't work, because you've missed the opening

#ifdef __cplusplus
extern "C" {
#endif

#ifdef __cplusplus
}
#endif

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