tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
[MDI] Template MDI app is Win32 GUI, not CUI.
Hermès Bélusca-Maïto
3 years ago
49ceac2e
5123edd7
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
rosapps
templates
mdi
CMakeLists.txt
+1
-1
modules/rosapps/templates/mdi/CMakeLists.txt
reviewed
···
6
6
main.c)
7
7
8
8
add_executable(template_mdi ${SOURCE} mdi.rc)
9
9
-
set_module_type(template_mdi win32cui)
9
9
+
set_module_type(template_mdi win32gui)
10
10
add_importlibs(template_mdi advapi32 user32 gdi32 comctl32 msvcrt kernel32 ntdll)
11
11
add_cd_file(TARGET template_mdi DESTINATION reactos/system32 FOR all)