mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:03:25 +00:00
Oops, forgot to save the file before committing ;)
svn path=/trunk/; revision=29435
This commit is contained in:
parent
147f7c934c
commit
1cf5e31c3b
1 changed files with 2 additions and 1 deletions
|
@ -2777,7 +2777,8 @@ MingwAddImplicitLibraries( Module &module )
|
||||||
if ( module.type != Win32DLL
|
if ( module.type != Win32DLL
|
||||||
&& module.type != Win32OCX
|
&& module.type != Win32OCX
|
||||||
&& module.type != Win32CUI
|
&& module.type != Win32CUI
|
||||||
&& module.type != Win32GUI )
|
&& module.type != Win32GUI
|
||||||
|
&& module.type != Win32SCR )
|
||||||
{
|
{
|
||||||
// no implicit libraries
|
// no implicit libraries
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue