annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
1 EXETYPE NT
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
2
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
3 IMPORTS
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
4 _EnumProcessModules@16 = psapi.EnumProcessModules
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
5 _GetFileVersionInfoSizeA@8 = version.GetFileVersionInfoSizeA
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
6 _GetFileVersionInfoA@16 = version.GetFileVersionInfoA
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
7 _VerQueryValueA@16 = version.VerQueryValueA
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
8 _CommandLineToArgvW@8 = shell32.CommandLineToArgvW