mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Put a NULL entry point if explicitly asked for. Thanks w3seek for his help on this issue
svn path=/trunk/; revision=24007
This commit is contained in:
@@ -1110,6 +1110,8 @@ string
|
||||
Module::GetEntryPoint(bool leadingUnderscore) const
|
||||
{
|
||||
string result = "";
|
||||
if (entrypoint == "0" || entrypoint == "0x0")
|
||||
return "0";
|
||||
if (leadingUnderscore)
|
||||
result = "_";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user