mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:33:12 +00:00
[GDIPLUS] Add sxs registration for 1.0 version.
Needed by by some applications with MSVCR90.dll CORE-14695
This commit is contained in:
parent
81a9ce44e9
commit
cf56e1cb58
4 changed files with 13 additions and 0 deletions
|
@ -285,6 +285,8 @@ macro(dir_to_num dir var)
|
|||
set(${var} 59)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_reactos.newapi_6595b64144ccf1df_1.0.0.0_none_deadbeef)
|
||||
set(${var} 60)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef)
|
||||
set(${var} 61)
|
||||
else()
|
||||
message(FATAL_ERROR "Wrong destination: ${dir}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue