On Sat, Jan 24, 2009 at 8:38 PM, Mike L. <mike.linf...@gmail.com> wrote: > > Thanks for your response. Could you tell me what the compiler is linking to > that contains GetEnvironmentStringsA() (and others) and how the compiler > knows to do this? >
It's in either user32 or kernel32, and I think DMD always links against them (since virtually every program on Windows needs to).