From d59c799233c0e09548df504e7b8d64522b83b2c8 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 20 Jan 2016 17:00:51 +0000 Subject: [PATCH] [ROSLOAD]: SUBSYSTEM_WINDOWS_BOOT_APPLICATION is 16, not 14. svn path=/trunk/; revision=70630 --- reactos/boot/environ/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)