Oops, forgot to save the file before committing ;)

svn path=/trunk/; revision=29435
This commit is contained in:
Hervé Poussineau 2007-10-07 12:29:46 +00:00
parent 147f7c934c
commit 1cf5e31c3b

View file

@ -2777,7 +2777,8 @@ MingwAddImplicitLibraries( Module &module )
if ( module.type != Win32DLL
&& module.type != Win32OCX
&& module.type != Win32CUI
&& module.type != Win32GUI )
&& module.type != Win32GUI
&& module.type != Win32SCR )
{
// no implicit libraries
return;