Change the module type to win32gui. We really don't want to attempt to create consoles at this stage.
Modified: trunk/reactos/subsys/system/winlogon/winlogon.xml
--- trunk/reactos/subsys/system/winlogon/winlogon.xml 2005-08-07 15:16:52 UTC (rev 17168) +++ trunk/reactos/subsys/system/winlogon/winlogon.xml 2005-08-07 15:55:01 UTC (rev 17169) @@ -1,4 +1,4 @@
-<module name="winlogon" type="win32cui" installbase="system32" installname="winlogon.exe">
+<module name="winlogon" type="win32gui" installbase="system32" installname="winlogon.exe">
<include base="winlogon">.</include> <define name="UNICODE" /> <define name="_UNICODE" />