stream_buffer.h missing “#ifdef __cplusplus” in the beginning of the file
Posted by
yacobh on December 12, 2017
The file stream_buffer.h:
a) Missing #ifdef __cplusplus
block in the beginning of the file
b) extern "C" {
in end of the file shall be replaced by }
stream_buffer.h missing “#ifdef __cplusplus” in the beginning of the file
Posted by
rtel on December 12, 2017
Thanks, this will be updated.