[GDIPLUS] Add it to winsxs.

[NTDLL_APITEST] Remove a hack for gdiplus
This commit is contained in:
Giannis Adamopoulos 2018-01-18 19:01:35 +02:00
parent 22317b0ca4
commit 5b8975211d
7 changed files with 10 additions and 9 deletions

View file

@ -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()