mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
use the ansi entry point by default
svn path=/trunk/; revision=18635
This commit is contained in:
parent
0d623d28e1
commit
d462751f9a
1 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,8 @@ Module::Module ( const Project& project,
|
|||
att->value );
|
||||
}
|
||||
}
|
||||
else
|
||||
isUnicode = false;
|
||||
|
||||
att = moduleNode.GetAttribute ( "entrypoint", false );
|
||||
if ( att != NULL )
|
||||
|
|
Loading…
Reference in a new issue