Trying to compile code that uses GDC, had to import phobos files
from dmd in to project since they are not in the GDC's phobo
lib(the core.sys.windows stuff).
Almost all the errors are related to stuff like
PALETTEENTRY* peNew() return { return _peNew.ptr; }
Does that even make sense?