mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[ROSLOAD]: SUBSYSTEM_WINDOWS_BOOT_APPLICATION is 16, not 14.
svn path=/trunk/; revision=70630
This commit is contained in:
parent
53c32a9428
commit
d59c799233
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue