mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[ROSLOAD]: SUBSYSTEM_WINDOWS_BOOT_APPLICATION is 16, not 14.
svn path=/trunk/; revision=70630
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user