view ddmd.def @ 165:25ede4f66bda

Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666) Getting rid of global state (i.e global and static variables) to allow running concurrent compilation
author korDen
date Thu, 30 Sep 2010 10:04:32 +0400
parents 10317f0c89a5
children
line wrap: on
line source

EXETYPE NT

IMPORTS
_EnumProcessModules@16 = psapi.EnumProcessModules
_GetFileVersionInfoSizeA@8 = version.GetFileVersionInfoSizeA
_GetFileVersionInfoA@16 = version.GetFileVersionInfoA
_VerQueryValueA@16 = version.VerQueryValueA
_CommandLineToArgvW@8 = shell32.CommandLineToArgvW