[MDI] Template MDI app is Win32 GUI, not CUI.

This commit is contained in:
Hermès Bélusca-Maïto 2022-12-10 00:29:53 +01:00
parent 5123edd731
commit 49ceac2efc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -6,6 +6,6 @@ list(APPEND SOURCE
main.c)
add_executable(template_mdi ${SOURCE} mdi.rc)
set_module_type(template_mdi win32cui)
set_module_type(template_mdi win32gui)
add_importlibs(template_mdi advapi32 user32 gdi32 comctl32 msvcrt kernel32 ntdll)
add_cd_file(TARGET template_mdi DESTINATION reactos/system32 FOR all)