mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Don't add implicit dependencies for ntdll
svn path=/trunk/; revision=31016
This commit is contained in:
@@ -2902,6 +2902,12 @@ MingwAddImplicitLibraries( Module &module )
|
||||
return;
|
||||
}
|
||||
|
||||
if ( module.name == "ntdll" )
|
||||
{
|
||||
// no implicit libraries
|
||||
return;
|
||||
}
|
||||
|
||||
if ( !module.isDefaultEntryPoint )
|
||||
{
|
||||
if ( module.GetEntryPoint(false) == "0" )
|
||||
|
||||
Reference in New Issue
Block a user