[MODERN.MSSTYLES] Add the initial version of the modern theme.

CORE-13020
This commit is contained in:
Jake Collins 2018-07-22 18:24:27 +01:00 committed by Mark Jansen
parent d0847939e4
commit 72827bc514
332 changed files with 15090 additions and 0 deletions

View file

@ -287,6 +287,8 @@ macro(dir_to_num dir var)
set(${var} 60)
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef)
set(${var} 61)
elseif(${dir} STREQUAL reactos/Resources/Themes/Modern)
set(${var} 62)
else()
message(FATAL_ERROR "Wrong destination: ${dir}")
endif()