Closed ilzxc closed 10 years ago
osc_expr.h contains the following typo:
#ifdef __cplusplus extern "C" { #endif
and on the bottom:
#ifdef _cplusplus } #endif
What's hard to see is that _cplusplus contains two underscores on top, and one on the bottom.
_cplusplus
Fixed
osc_expr.h contains the following typo:
and on the bottom:
What's hard to see is that
_cplusplus
contains two underscores on top, and one on the bottom.