17 Nov
2022
17 Nov
'22
7:24 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1421#note_16203