On 12/19/11, Walter Bright <[email protected]> wrote: > There are several people going through the bugzilla issues, hopefully we can > get > to yours soon. >
Ok, but note that it's not a high-priority bug for me. There's also a workaround, ModuleInfo can be faked by adding a stub global extern(C) variable inside the main file, e.g.: extern(C) int D6EdrLib12__ModuleInfoZ;
