Robert Clipsham wrote: > > This was the work around I used, is it really needed though? Works > fine without the import for x86-32. I wouldn't call it a workaround. I could make dmd work without it, but it seems pointless. If you're going to actually reference any of those variadic args, you'll need to import std.c.stdarg anyway.