use the ansi entry point by default

svn path=/trunk/; revision=18635
This commit is contained in:
Thomas Bluemel 2005-10-20 15:50:02 +00:00
parent 0d623d28e1
commit d462751f9a

View file

@ -264,6 +264,8 @@ Module::Module ( const Project& project,
att->value );
}
}
else
isUnicode = false;
att = moduleNode.GetAttribute ( "entrypoint", false );
if ( att != NULL )