diff --git a/reactos/boot/environ/CMakeLists.txt b/reactos/boot/environ/CMakeLists.txt index 2eb49c1e766..0c51a85a843 100644 --- a/reactos/boot/environ/CMakeLists.txt +++ b/reactos/boot/environ/CMakeLists.txt @@ -123,7 +123,7 @@ set_image_base(rosload 0x10000) if(MSVC) set_subsystem(rosload BOOT_APPLICATION) else() - set_subsystem(rosload 14) + set_subsystem(rosload 16) endif() set_entrypoint(rosload OslMain@4)