mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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 );
|
att->value );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
isUnicode = false;
|
||||||
|
|
||||||
att = moduleNode.GetAttribute ( "entrypoint", false );
|
att = moduleNode.GetAttribute ( "entrypoint", false );
|
||||||
if ( att != NULL )
|
if ( att != NULL )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue