On Friday, 1 December 2023 at 10:23:08 UTC, Kagamin wrote:
In C macros can be defined to any expression, so ImportC interprets these parentheses as arbitrary expression macros and skips them thinking they are helper macros that can't be always translated.
But does that explain why using ```FILE_MAP_READ``` (in "memoryapi.h") also produces ```Error: undefined identifier `FILE_MAP_READ` ```?