Nikolay Sivov (@nsivov) commented about include/pathcch.h:
#define PATHCCH_MAX_CCH 0x8000
+#ifdef __cplusplus +extern "C" { +#endif
In SDK header this opening comes earlier, covering everything in the file. We should do that too, and then move option flags to enum as SDK has it.