mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:06:17 +00:00
[GDIPLUS] Add it to winsxs.
[NTDLL_APITEST] Remove a hack for gdiplus
This commit is contained in:
parent
22317b0ca4
commit
5b8975211d
7 changed files with 10 additions and 9 deletions
|
@ -279,6 +279,8 @@ macro(dir_to_num dir var)
|
|||
set(${var} 56)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef)
|
||||
set(${var} 57)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.23038_none_deadbeef)
|
||||
set(${var} 58)
|
||||
else()
|
||||
message(FATAL_ERROR "Wrong destination: ${dir}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue