On 4/26/2011 7:47 PM, Daniel Green wrote:
> MinGW-w64 D1 with phobos has been successfully compiled. Phobos contained 3
> errors. Two were Windows function calls.
> Phobos uses size_t but Win64 uses uint. The other was with the GC relating
> to Windows stack information. Several
> functions
MinGW-w64 D1 with phobos has been successfully compiled. Phobos
contained 3 errors. Two were Windows function calls. Phobos uses
size_t but Win64 uses uint. The other was with the GC relating to
Windows stack information. Several functions in the GC expect uint
which causes warnings and sh