https://issues.dlang.org/show_bug.cgi?id=22553
--- Comment #3 from Walter Bright <[email protected]> --- Yeah, having a fake type should do it. But it should be a typedef, not a #define. It's pretty certain that when dmd forks the preprocessor, it needs to insert some definitions at the beginning of it. I don't think there's any other reasonable way to support the variety of C extensions out there. --
