mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
do not build hello as GUI apps it is CUI apps. printf is redirect in GUI apps and does not output to console. Now we change to CUI, printf are redirect to console when it build as CUI.
svn path=/trunk/; revision=25292
This commit is contained in:
parent
08c66925aa
commit
7d473e742a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="hello" type="win32gui" installbase="bin" installname="hello.exe">
|
||||
<module name="hello" type="win32cui" installbase="bin" installname="hello.exe">
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<define name="__USE_W32API" />
|
||||
|
|
Loading…
Reference in a new issue