mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[RTL] actctx.c: Use an alternative implicit activation context when an application is built for latest windows versions.
Instead of loading systemcompatible.manifest as the implicit activation context, load forwardcompatible.manifest Add a new assembly containing all apisets called ReactOS.Apisets and make it a dependency to forwardcompatible.manifest
This commit is contained in:
parent
19912955f6
commit
8d3045622e
8 changed files with 268 additions and 4 deletions
|
@ -281,6 +281,10 @@ macro(dir_to_num dir var)
|
|||
set(${var} 57)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef)
|
||||
set(${var} 58)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_reactos.apisets_6595b64144ccf1df_1.0.0.0_none_deadbeef)
|
||||
set(${var} 59)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_reactos.newapi_6595b64144ccf1df_1.0.0.0_none_deadbeef)
|
||||
set(${var} 60)
|
||||
else()
|
||||
message(FATAL_ERROR "Wrong destination: ${dir}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue