mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Change the module type to win32gui. We really don't want to attempt to create consoles at this stage.
svn path=/trunk/; revision=17169
This commit is contained in:
parent
fa7dd8c0ff
commit
3de2a9013a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
<include base="winlogon">.</include>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="_UNICODE" />
|
<define name="_UNICODE" />
|
||||||
|
|
Loading…
Reference in a new issue