mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user