view ddmd.def @ 154:14feb7ae01a6

* changed the build system to build a release version if the debug one compiles and enabled warnings + reduced warnings by adding appriopriate overrides + IfStatement.interpret() + ScopeStatement.interpret() + TypeSArray.constConv() + TypedefDeclaration.syntaxCopy() * fixed a bug in StringExp
author trass3r
date Wed, 15 Sep 2010 15:32:31 +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