On Sun, 14 Oct 2018 12:32:03 -0700 Philip Guenther <[email protected]> wrote:
> To me, your workaround sounds ideal: I doubt any of the core developers > are interested in supporting that option and we certainly don't want to > add a twisty maze of #if conditionals to support something unused, > untested, and likely to rot. > > If someone was to work out a diff that added support without adding > clutter to the headers it's plausible it would be accepted, but it would > have to be _really_ simple. > > ...or just go with your workaround. ;-) Figured as much! I compared preprocessor definitions between regular and -fms-extensions invocations and unfortunately there's nothing appropriate. The codebase I'm trying to get building is corefx (from Microsoft's .NET Core) based on their existing FreeBSD support. From first glance FreeBSD's stdint.h is full of ifdefs; I agree that's not pretty. Sijmen
