view ddmd.def @ 183:190ba98276b3

Several changes to make it build on posix systems. I've only tried to build on Mac OS X but it should build on Linux now as well. This should also fix ticket #9.
author Jacob Carlborg <doob@me.com>
date Mon, 25 Oct 2010 15:36:13 +0200
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